View source: R/data-backup_raw.R
backup_raw | R Documentation |
This function copies raw data from an external location (i.e. a mapped network drive) to a specified local project directory. In addition, a snapshot of the files being copied is taken and stored in the specified "cache_dir" so that files are only re-copied if changed.
backup_raw(from_dir, to_dir, cache_dir = "cache", force = FALSE)
from_dir |
Directory to copy from. |
to_dir |
Directory to copy to. |
cache_dir |
Directory to store cached file snapshots. |
force |
Logical indicating if copying should be forced. |
Invisible - this function is used for its side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.