powered by
Move one or more files from a directory to another using R.
move_files(from, to)
Character. Filanames and directories. All files will be moved recursively.
Character. Filenames for each from file or directory. If directory does not exist, it will be created.
from