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

Function Rcpp_list6

inst/include/Rcpp/lang.h:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64inline SEXP Rcpp_list6(SEXP x0, SEXP x1, SEXP x2, SEXP x3, SEXP x4, SEXP x5) {
65 PROTECT(x0);
66 x0 = Rf_cons(x0, Rcpp_list5(x1, x2, x3, x4, x5));
67 UNPROTECT(1);
68 return x0;
69}
70
71inline SEXP Rcpp_list7( SEXP x0, SEXP x1, SEXP x2, SEXP x3, SEXP x4, SEXP x5, SEXP x6 )
72{

Callers 2

Rcpp_list7Function · 0.85
Rcpp_lang7Function · 0.85

Calls 1

Rcpp_list5Function · 0.85

Tested by

no test coverage detected