validate.GenericDataFile: Validates the content of a file
Description
Validates the content of a file.
Usage
# S3 method for GenericDataFile
validate(this, ...)
Value
If the file is invalid, then an error is thrown.
If the files is valid, then TRUE is returned.
Otherwise, NA is returned, which happens if the file was not validated.