calculateChecksum {datapack} | R Documentation |
Calculate a checksum for the DataObject using the specified checksum algorithm
Description
calculates a checksum
Usage
calculateChecksum(x, ...)
## S4 method for signature 'DataObject'
calculateChecksum(x, checksumAlgorithm = "SHA256", ...)
Arguments
x |
A DataObject instance |
... |
Additional parameters (not yet used) |
checksumAlgorithm |
a |
Value
The calculated checksum
Note
this method is intended for internal package use only.
[Package datapack version 1.4.1 Index]