Learn R Programming

reproducible (version 1.2.11)

file.move: Move a file to a new location

Description

Move a file to a new location

Usage

file.move(from, to, overwrite = FALSE)

Value

Logical indicating whether operation succeeded.

Arguments

from, to

character vectors, containing file names or paths.

overwrite

logical indicating whether to overwrite destination file if it exists.