View source: R/update_file_repo.R
update_file_repo | R Documentation |
Update archive/repository files with most recent versions
update_file_repo(
files,
destination = getwd(),
action = "copy",
return = "dir",
overwrite = FALSE
)
files |
A vector of (full) paths to the files that will be copied/moved |
destination |
An atomic vector giving the destination directory |
action |
File operation (copy or move) to be taken |
overwrite |
Overwrite files with the same name(s) in the destination directory? |
Nothing. Message displayed upon success
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.