powered by
Move one or more files from a directory to another using R.
move_files(from, to)
Character. File names and directories. All files will be moved recursively.
Character. File names for each from file or directory. If directory does not exist, it will be created.
from
No return value, called for side effects.