copyDirectory | R Documentation |
Copies a directory.
## Default S3 method:
copyDirectory(from, to=".", ..., private=TRUE, recursive=TRUE)
from |
The pathname of the source directory to be copied. |
to |
The pathname of the destination directory. |
... |
Additional arguments passed to
|
private |
If |
recursive |
If |
Note that this method does not use copyFile
() to
copy the files, but file.copy
().
Returns (invisibly) a character
vector
of pathnames copied.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.