Copies a data set to another directory.
# S3 method for GenericDataFileSet
copyTo(this, path=NULL, ..., verbose=FALSE)Returns a GenericDataFileSet consisting the new file copies.
The destination directory. If missing, it is created.
Additional arguments passed to copyTo() used to copy
the individual GenericDataFile:s in the set.
...
Henrik Bengtsson
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.
For more information see GenericDataFileSet.