ccopy {mpathsenser} | R Documentation |
Copy mpathsenser zip files to a new location
Description
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.
Usage
ccopy(from, to, recursive = TRUE)
Arguments
from |
A path to copy files from. |
to |
A path to copy files to. |
recursive |
Should files from subdirectories be copied? |
Value
A message indicating how many files were copied.
Examples
## Not run:
ccopy("K:/data/myproject/", "~/myproject")
## End(Not run)
[Package mpathsenser version 1.2.3 Index]