getChecksum.GenericDataFileSet {R.filesets} | R Documentation |
Generates a deterministic checksum for an R object
Description
Generates a deterministic checksum for an R object that can be used to identify the data set.
Usage
## S3 method for class 'GenericDataFileSet'
getChecksum(this, ...)
Arguments
... |
Arguments passed to |
Value
Returns the checksum as a character
string.
Author(s)
Henrik Bengtsson
See Also
Internally, the checksum is calculated on the objects returned by
*getChecksumObjects()
.
For more information see GenericDataFileSet
.
[Package R.filesets version 2.15.1 Index]