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