R/RcppExports.R
is_wrapper.Rd
Checks for wrapper object ALTREPs
is_wrapper(x)
Any R object
Logical scalar. TRUE if x is a wrapper ALTREP, otherwise FALSE
TRUE
x
FALSE
is_wrapper("5:1") #> [1] FALSE sort(5:1) |> is_wrapper() #> [1] TRUE