Skip to contents

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

Usage

move_files(from, to)

Arguments

from

Character. File names and directories. All files will be moved recursively.

to

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

Value

No return value, called for side effects.