validate.GenericDataFileSet {R.filesets} | R Documentation |
Validates all files in the data set.
## S3 method for class 'GenericDataFileSet'
validate(this, ...)
... |
Not used. |
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.
Henrik Bengtsson
For more information see GenericDataFileSet
.