validateChecksum.GenericDataFile {R.filesets} | R Documentation |
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 class 'GenericDataFile'
validateChecksum(this, ...)
Arguments
... |
Not used. |
Value
An exception is thrown if not, that is, if *compareChecksum()
returns FALSE
.
Author(s)
Henrik Bengtsson
See Also
*validateChecksum()
.
*readChecksum()
.
*writeChecksum()
.
*getChecksum()
.
For more information see GenericDataFile
.
[Package R.filesets version 2.15.1 Index]