powered by
Move one or more files from a directory to another using R.
move_files(from, to)
No return value, called for side effects.
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