R/hash.R

Defines functions hash

hash <- function(x) {
  digest::digest(x, algo=default_hashing_algorithm(), serialize=TRUE)
}

Try the reproducibleRchunks package in your browser

Any scripts or data that you put into this service are public.

reproducibleRchunks documentation built on Aug. 8, 2025, 6:38 p.m.