dir.copy: Copy a directory and its contents

Description Usage Arguments Details Value

Description

Copy a directory and its contents

Usage

1
dir.copy(from, to, overwrite = FALSE)

Arguments

from

directory to copy

to

destination directory

overwrite

logical; should existing destination files be overwritten

Details

Copies a directory and all its contents recursively to a new location. If the ‘to’ directory does not exist it will be created. If it does exist the contens of ‘from’ will be copied into to. By default contents of ‘to’ will not be overwritten.

Value

logical vector indicating which files were successfully copied


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.