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

Function Rcpp_list4

inst/include/Rcpp/lang.h:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50inline SEXP Rcpp_list4(SEXP x0, SEXP x1, SEXP x2, SEXP x3) {
51 PROTECT(x0);
52 x0 = Rf_cons(x0, Rcpp_list3(x1, x2, x3));
53 UNPROTECT(1);
54 return x0;
55}
56
57inline SEXP Rcpp_list5(SEXP x0, SEXP x1, SEXP x2, SEXP x3, SEXP x4) {
58 PROTECT(x0);

Callers 1

Rcpp_list5Function · 0.85

Calls 1

Rcpp_list3Function · 0.85

Tested by

no test coverage detected