getChecksum.GenericDataFile {R.filesets} | R Documentation |
Gets the checksum of a file.
## S3 method for class 'GenericDataFile'
getChecksum(this, write=NA, force=FALSE, verbose=FALSE, ...)
write |
If |
force |
If |
verbose |
... |
... |
Not used. |
Returns a character
string, which can be NA
if file is missing.
Henrik Bengtsson
Internally digest
is used.
*readChecksum()
.
*writeChecksum()
.
*compareChecksum()
.
For more information see GenericDataFile
.