move_file {normfluodbf} | R Documentation |
Move File
Description
Move File
Usage
move_file(source_path, destination_path)
Arguments
source_path |
src |
destination_path |
dest |
Value
kinetic file
Examples
## 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)
[Package normfluodbf version 2.0.0 Index]