Learn R Programming

lares (version 4.8.4)

move_files: Move files from A to B

Description

Move one or more files from a directory to another using R.

Usage

move_files(from, to)

Arguments

from

Character. Filanames and directories. All files will be moved recursively.

to

Character. Filenames for each from file or directory. If directory does not exist, it will be created.