R/cpp12.R

Defines functions rapi_rel_to_altrep

# allow_materialization = TRUE: compatibility with duckplyr <= 0.4.1
rapi_rel_to_altrep <- function(rel, n_row = Inf, n_cells = Inf) {
  .Call(`_duckdb_rapi_rel_to_altrep`, rel, n_row, n_cells)
}

Try the duckdb package in your browser

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

duckdb documentation built on April 4, 2025, 3:31 a.m.