tests/testthat/helper-memory.R

maybe_shared_col <- function(x, i) {
  .Call(vctrs_maybe_shared_col, x, i)
}

new_df_unshared_col <- function() {
  .Call(vctrs_new_df_unshared_col)
}

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.