appendFiles.GenericDataFileSet {R.filesets} | R Documentation |
Appends a list of files to a data set.
## S3 method for class 'GenericDataFileSet'
appendFiles(this, files, clone=TRUE, ..., .fileClass=getFileClass(this),
.assertSameClass=TRUE, verbose=FALSE)
files |
A single |
clone |
If |
... |
Additional arguments passed to |
.fileClass |
A |
.assertSameClass |
If |
verbose |
... |
The files appended must inherit the same class as the first file of the data set, otherwise an exception is thrown.
Returns (invisible) the appended data set (itself).
Henrik Bengtsson
To append a data set, see append
().
For more information see GenericDataFileSet
.