powered by
Copy zip files from a source destination to an origin destination where they do not yet exist. That is, it only updates the target folder from the source folder.
ccopy(from, to, recursive = TRUE)
A message indicating how many files were copied.
A path to copy files from.
A path to copy files to.
Should files from subdirectories be copied?
if (FALSE) { ccopy("K:/data/myproject/", "~/myproject") }
Run the code above in your browser using DataLab