calculate_hash {mlr3misc}R Documentation

Calculate a Hash for Multiple Objects

Description

Calls digest::digest() to calculate the hash for all objects provided.

The following operations are performed to make hashing more robust:

Note that this only applies to top level objects, these transformations are not done recursively.

Usage

calculate_hash(...)

Arguments

...

(any)
Objects to hash.

Value

(character(1)).

Examples

calculate_hash(iris, 1, "a")

[Package mlr3misc version 0.9.4 Index]