copy.dir {roxygen}R Documentation

Recursively copy a directory thither; optionally unlinking...

Description

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

Usage

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


[Package roxygen version 0.1 Index]