.file.move | R Documentation |
hardLinkOrCopy
This will first try to file.rename
, and if that fails, then it will
file.copy
then file.remove
.
.file.move(from, to, overwrite = FALSE)
from , to |
character vectors, containing file names or paths. |
overwrite |
logical indicating whether to overwrite destination file if it exists. |
Logical indicating whether operation succeeded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.