getChecksum.GenericDataFile {R.filesets} | R Documentation |
Gets the checksum of a file
Description
Gets the checksum of a file.
Usage
## S3 method for class 'GenericDataFile'
getChecksum(this, write=NA, force=FALSE, verbose=FALSE, ...)
Arguments
write |
If |
force |
If |
verbose |
... |
... |
Not used. |
Value
Returns a character
string, which can be NA
if file is missing.
Author(s)
Henrik Bengtsson
See Also
Internally digest
is used.
*readChecksum()
.
*writeChecksum()
.
*compareChecksum()
.
For more information see GenericDataFile
.
[Package R.filesets version 2.15.1 Index]