validate.GenericDataFileSet {R.filesets} | R Documentation |
Validates all files in the data set
Description
Validates all files in the data set.
Usage
## S3 method for class 'GenericDataFileSet'
validate(this, ...)
Arguments
... |
Not used. |
Value
If one of the files is invalid, then an error is thrown.
If all of the files are valid, then TRUE
is returned.
Otherwise, NA
is returned.
Author(s)
Henrik Bengtsson
See Also
For more information see GenericDataFileSet
.
[Package R.filesets version 2.15.1 Index]