validate.ChecksumFile {R.filesets} | R Documentation |
Asserts that the checksum matches the checksum of file.
## S3 method for class 'ChecksumFile'
validate(this, ..., verbose=FALSE)
... |
Not used. |
verbose |
... |
Returns TRUE
.
If checksum on record does not match the file, an exception is thrown.
Henrik Bengtsson
For more information see ChecksumFile
.