R/tools.R

Defines functions r6e_hash

Documented in r6e_hash

#' function to get hash for R objects
#' @param x the thing to hash
#' @keywords internal
r6e_hash <- function(x){
  digest::digest(x, algo="xxhash64")
}
petermeissner/r6extended documentation built on May 25, 2019, 1:55 a.m.