readChecksum.GenericDataFile | R Documentation |
Reads the value of the corresponding checksum file, if existing.
## S3 method for class 'GenericDataFile'
readChecksum(this, ...)
... |
Not used. |
The content of the checksum file is trimmed from comment lines, whitespaces and then validated that the remaining part contains a hexadecimal value.
Returns a character
string, which can be NA
if file is missing.
An exception is thrown if the file does not exist, and hence not
the checksum file.
Henrik Bengtsson
*validateChecksum()
.
*compareChecksum()
.
*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.