View source: R/helper_functions.R
dir.copy | R Documentation |
Copies a directory to another location.
dir.copy(src.dir, dest.dir, overwrite)
src.dir |
The directory to be copied. |
dest.dir |
The target directory. |
overwrite |
Overwrite existing files in |
TRUE if copying was successful, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.