computeChecksum: Computes the checksum for a value

View source: R/Incremental.R

computeChecksumR Documentation

Computes the checksum for a value

Description

This is used as part of the incremental operations to hash a value to store in a record keeping file. This function leverages the md5 hash from the digest package

Usage

computeChecksum(val)

Arguments

val

The value to hash. It is converted to a character to perform the hash.

Value

Returns a string containing the checksum


anthonysena/CohortGenerator documentation built on June 14, 2025, 5:48 a.m.