getChecksum.GenericDataFile | 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.