Learn R Programming

R.filesets (version 2.15.1)

readChecksum.ChecksumFile: Reads the checksum value

Description

Reads the checksum value.

Usage

# S3 method for ChecksumFile
readChecksum(this, ...)

Value

Returns a lower-case character string.

Arguments

...

Not used.

Author

Henrik Bengtsson

Details

The content of the checksum file is trimmed from comment lines, whitespaces and then validated that the remaining part contains a hexadecimal value.

See Also

For more information see ChecksumFile.