R/is_altrep.R

Defines functions is_altrep

is_altrep <- function(x) {
  .Call("Cis_altrep", x, PACKAGE = packageName)
}

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.