compareChecksum.GenericDataFile | R Documentation |
Compares the file checksum with the value of the checksum file.
## S3 method for class 'GenericDataFile'
compareChecksum(this, ...)
... |
Additional arguments passed to |
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.
Henrik Bengtsson
*validateChecksum()
.
*readChecksum()
.
*writeChecksum()
.
*getChecksum()
.
For more information see GenericDataFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.