compareChecksum.GenericDataFile {R.filesets} | R Documentation |
Compares the file checksum with the value of the checksum file
Description
Compares the file checksum with the value of the checksum file.
Usage
## S3 method for class 'GenericDataFile'
compareChecksum(this, ...)
Arguments
... |
Additional arguments passed to |
Value
Returns TRUE
if the file checksum is identical to the stored value
in the corresponding checksum file, otherwise FALSE
. FALSE
is
also returned if the checksum file does not exist.
An exception is thrown if the file does not exist.
Author(s)
Henrik Bengtsson
See Also
*validateChecksum()
.
*readChecksum()
.
*writeChecksum()
.
*getChecksum()
.
For more information see GenericDataFile
.
[Package R.filesets version 2.15.1 Index]