copy.dir: Recursively copy a directory thither; optionally unlinking...

Description Usage Arguments Value Note

Description

Recursively copy a directory thither; optionally unlinking the target first; optionally overwriting; optionally verbalizing.

Usage

1
2
copy.dir(source, target, unlink.target=FALSE, overwrite=FALSE,
    verbose=FALSE)

Arguments

source

the source directory

target

the target directory

unlink.target

delete target directory first?

overwrite

overwrite target files?

verbose

verbalize transaction?

Value

NULL

Note

Not tested on non-linux platforms


roxygen documentation built on May 2, 2019, 4:44 p.m.