View source: R/Utility_Functions.R
move_file | R Documentation |
Moves files to another location.
move_file(from, to, ...)
from |
Character vector, containing source file names or paths to be moved. |
to |
Character vector, containing destination file names or paths. |
... |
Arguments passed to 'file.copy' |
This function is a wrapper for both 'file.copy' and 'file.remove' that first copies the source file(s) to the destination, then removes them from their original location only if all source files were successfully copied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.