copyTo.GenericDataFileSet: Copies a data set to another directory

copyTo.GenericDataFileSetR Documentation

Copies a data set to another directory

Description

Copies a data set to another directory.

Usage

## S3 method for class 'GenericDataFileSet'
copyTo(this, path=NULL, ..., verbose=FALSE)

Arguments

path

The destination directory. If missing, it is created.

...

Additional arguments passed to copyTo() used to copy the individual GenericDataFile:s in the set.

verbose

...

Details

Each file is copied safely, but if this method is interrupted, it may results in a data set consisting of fewer than the original data set.

Value

Returns a GenericDataFileSet consisting the new file copies.

Author(s)

Henrik Bengtsson

See Also

For more information see GenericDataFileSet.


HenrikBengtsson/R.filesets documentation built on Jan. 31, 2024, 8:11 a.m.