Home
last modified time | relevance | path

Searched refs:as_df_col (Results 1 – 2 of 2) sorted by relevance

/dports/devel/R-cran-vctrs/vctrs/R/
H A Dbind.R199 as_df_col <- function(x, outer_name) { function
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dbind.c338 static SEXP as_df_col(SEXP x, SEXP outer, bool* allow_pack);
411 x = PROTECT(as_df_col(x, outer_name, &allow_packing)); in vec_cbind()
523 return as_df_col(x, r_chr_get(outer, 0), &allow_pack); in vctrs_as_df_col()
525 static SEXP as_df_col(SEXP x, SEXP outer, bool* allow_pack) { in as_df_col() function