copyTo.GenericDataFileSet | R Documentation |
Copies a data set to another directory.
## S3 method for class 'GenericDataFileSet'
copyTo(this, path=NULL, ..., verbose=FALSE)
path |
The destination directory. If missing, it is created. |
... |
Additional arguments passed to |
verbose |
... |
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.
Returns a GenericDataFileSet
consisting the new file copies.
Henrik Bengtsson
For more information see GenericDataFileSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.