copy_dir_selectively | R Documentation |
Copy a folder, omitting certain items. Use case: using Gdrive for desktop virtualization, copy a folder, but ignore Gdrive files
copy_dir_selectively(source_path, dest_path, ignore_gdrive = TRUE)
source_path |
source path on local file system |
dest_path |
full destination path |
ignore_gdrive |
logical; default=TRUE, ignore gdrive files (.gdoc,.gsheet,.gslide,.gform,.gdraw) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.