ccopy | R Documentation |
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)
from |
A path to copy files from. |
to |
A path to copy files to. |
recursive |
Should files from subdirectories be copied? |
A message indicating how many files were copied.
## Not run:
ccopy("K:/data/myproject/", "~/myproject")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.