copyTo.GenericDataFileSet {R.filesets} | R 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 |
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
.
[Package R.filesets version 2.15.1 Index]