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")
}

Try the r6extended package in your browser

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

r6extended documentation built on May 1, 2019, 9:42 p.m.