calculateChecksum: Calculate a checksum for the DataObject using the specified...

calculateChecksumR 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 character value specifying the checksum algorithm to use (i.e "MD5" or "SHA1" or "SHA256")

Value

The calculated checksum

Note

this method is intended for internal package use only.


ropensci/datapack documentation built on June 11, 2022, 11:20 a.m.