
Last chance! 50% off unlimited learning
Sale ends in
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.
No return value, called for side effects.