R/altrep.R

Defines functions is_altrep

is_altrep <- function(x) {
  .Call(vctrs_is_altrep, x)
}

Try the vctrs package in your browser

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

vctrs documentation built on Oct. 13, 2023, 1:05 a.m.