Home
last modified time | relevance | path

Searched refs:vctrs_ptype2_opts (Results 1 – 3 of 3) sorted by relevance

/dports/devel/R-cran-vctrs/vctrs/R/
H A Dtype2.R216 .Call(vctrs_ptype2_opts, x, y, opts, x_arg, y_arg)
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dinit.c117 extern SEXP vctrs_ptype2_opts(SEXP, SEXP, SEXP, SEXP, SEXP);
268 {"vctrs_ptype2_opts", (DL_FUNC) &vctrs_ptype2_opts, 5},
H A Dtype2.c14 SEXP vctrs_ptype2_opts(SEXP x, in vctrs_ptype2_opts() function