copy.dir {roxygen} | R Documentation |
Recursively copy a directory thither; optionally unlinking the target first; optionally overwriting; optionally verbalizing.
copy.dir(source, target, unlink.target=FALSE, overwrite=FALSE, verbose=FALSE)
source |
the source directory |
target |
the target directory |
unlink.target |
delete target directory first? |
overwrite |
overwrite target files? |
verbose |
verbalize transaction? |
NULL
Not tested on non-linux platforms