Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

copyTo.GenericDataFileSet

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.


R.filesets

Easy Handling of and Access to Files Organized in Structured Directories

v2.14.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.