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 Dec. 16, 2019, 1:19 a.m.