R/raw2lgl.R

Defines functions lgl2raw raw2lgl

raw2lgl <- function(x, nThread = getOption("hutilscpp.nThread", 1L)) {
  .Call("Craw2lgl", x, nThread, PACKAGE = "hutilscpp")
}

lgl2raw <- function(x, na = 0L, nThread = getOption("hutilscpp.nThread", 1L)) {
  .Call("Clgl2raw", x, na, nThread, PACKAGE = "hutilscpp")
}

Try the hutilscpp package in your browser

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

hutilscpp documentation built on Oct. 11, 2023, 9:06 a.m.