As part of a larger task performed in R run under windows, I would like to copy selected files between directories. Is it possible to give within R a command like cp p
cp p
You can
system()
list.files()
dir()
file.copy