readChecksum.ChecksumFile {R.filesets} | R Documentation |
Reads the checksum value
Description
Reads the checksum value.
Usage
## S3 method for class 'ChecksumFile'
readChecksum(this, ...)
Arguments
... |
Not used. |
Details
The content of the checksum file is trimmed from comment lines, whitespaces and then validated that the remaining part contains a hexadecimal value.
Value
Returns a lower-case character
string.
Author(s)
Henrik Bengtsson
See Also
For more information see ChecksumFile
.
[Package R.filesets version 2.15.1 Index]