MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / Rcpp_list3

Function Rcpp_list3

inst/include/Rcpp/lang.h:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43inline SEXP Rcpp_list3(SEXP x0, SEXP x1, SEXP x2) {
44 PROTECT(x0);
45 x0 = Rf_cons(x0, Rcpp_list2(x1, x2));
46 UNPROTECT(1);
47 return x0;
48}
49
50inline SEXP Rcpp_list4(SEXP x0, SEXP x1, SEXP x2, SEXP x3) {
51 PROTECT(x0);

Callers 1

Rcpp_list4Function · 0.85

Calls 1

Rcpp_list2Function · 0.85

Tested by

no test coverage detected