copy multiple files from a windows directory
1 | copy_files(source_files, dest_dir, overwrite = FALSE, timestamp = FALSE)
|
source_files |
|
dest_dir |
string indicating the directory to paste copied file to |
overwrite |
logical indicating whether existing files in destination directory should be overwritten - default FALSE results in no copy |
timestamp |
logical indicating whether you'd like to timestamp the copied file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.