Learn R Programming

R.filesets (version 2.15.1)

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.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see GenericDataFile.