validate.ChecksumFile {R.filesets} | R Documentation |
Asserts that the checksum matches the checksum of file
Description
Asserts that the checksum matches the checksum of file.
Usage
## S3 method for class 'ChecksumFile'
validate(this, ..., verbose=FALSE)
Arguments
... |
Not used. |
verbose |
... |
Value
Returns TRUE
.
If checksum on record does not match the file, an exception is thrown.
Author(s)
Henrik Bengtsson
See Also
For more information see ChecksumFile
.
[Package R.filesets version 2.15.1 Index]