extract.GenericDataFileSet | R Documentation |
Extract a subset of the file set.
## S3 method for class 'GenericDataFileSet'
extract(this, files, ..., onMissing=c("NA", "error", "drop", "dropall"),
onDuplicates=c("ignore", "drop", "error"))
files |
An |
... |
Not used. |
onMissing |
A |
Returns a GenericDataFileSet
with zero of more
GenericDataFile
:s.
Henrik Bengtsson
na.omit
for dropping missing files from a fileset.
For more information see GenericDataFileSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.