move_file | R Documentation |
Move File
move_file(source_path, destination_path)
source_path |
src |
destination_path |
dest |
kinetic file
## Not run:
source_file <- "path/to/source/file.txt"
destination_file <- "path/to/destination/file.txt"
move_file(source_file, destination_file)
move_file("~/Documents/Wip/R/PkgDev/pdf","~/Wip/R/PkgDev/R/pdf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.