R/tobin.R

Defines functions tobin

Documented in tobin

#' simhash value to binary
#' @param x simhash value
#' @export
tobin = function(x){
  stopifnot(length(x)==1 && inherits(x,"character"))
  u64tobin(x)
}

Try the jiebaR package in your browser

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

jiebaR documentation built on April 4, 2025, 2:41 a.m.