dir.copy: Copy contents of a folder to another

Description Usage Arguments

View source: R/utils.R

Description

Copy contents of a folder to another

Usage

1
dir.copy(src.dir, dest.dir, overwrite = TRUE, ask = FALSE, ...)

Arguments

src.dir

Source directory

dest.dir

Destination directory

overwrite

Logical, if true overwrites the existing directory, default = T

ask

Logical, should ask whether to create/delete directories if required, default = FALSE

...

shoebodh/hydrusR documentation built on April 17, 2020, 12:52 p.m.