R/digest2int.R

Defines functions digest2int

Documented in digest2int

digest2int <- function(x, seed = 0L) {
    .Call(digest2int_impl, x, as.integer(seed))
}

Try the digest package in your browser

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

digest documentation built on July 9, 2023, 7:33 p.m.