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

Function Rcpp_list5

inst/include/Rcpp/lang.h:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57inline SEXP Rcpp_list5(SEXP x0, SEXP x1, SEXP x2, SEXP x3, SEXP x4) {
58 PROTECT(x0);
59 x0 = Rf_cons(x0, Rcpp_list4(x1, x2, x3, x4));
60 UNPROTECT(1);
61 return x0;
62}
63
64inline SEXP Rcpp_list6(SEXP x0, SEXP x1, SEXP x2, SEXP x3, SEXP x4, SEXP x5) {
65 PROTECT(x0);

Callers 1

Rcpp_list6Function · 0.85

Calls 1

Rcpp_list4Function · 0.85

Tested by

no test coverage detected