Learn R Programming

R.filesets (version 2.15.1)

validate.GenericDataFileSet: Validates all files in the data set

Description

Validates all files in the data set.

Usage

# S3 method for GenericDataFileSet
validate(this, ...)

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.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see GenericDataFileSet.