generateId: Generate an identifier for an object

View source: R/distcomp.R

generateIdR Documentation

Generate an identifier for an object

Description

A hash is generated based on the contents of the object

Usage

generateId(object, algo = "xxhash64")

Arguments

object

the object for which a hash is desired

algo

the algorithm to use, default is "xxhash64" from digest::digest()

Value

the hash as a string

See Also

digest::digest()


hrpcisd/distcomp documentation built on Feb. 14, 2023, 4:56 p.m.