Learn R Programming

R.filesets (version 2.15.1)

validateChecksum.GenericDataFile: Asserts that the file checksum matches the one of the checksum file

Description

Asserts that the file checksum matches the one of the checksum file.

Usage

# S3 method for GenericDataFile
validateChecksum(this, ...)

Value

An exception is thrown if not, that is, if *compareChecksum()

returns FALSE.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

*validateChecksum(). *readChecksum(). *writeChecksum(). *getChecksum(). For more information see GenericDataFile.