Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Rcpp_list2
Function
Rcpp_list2
inst/include/Rcpp/lang.h:36–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
namespace Rcpp {
35
36
inline SEXP Rcpp_list2(SEXP x0, SEXP x1) {
37
PROTECT(x0);
38
x0 = Rf_cons(x0, Rcpp_list1(x1));
39
UNPROTECT(1);
40
return x0;
41
}
42
43
inline SEXP Rcpp_list3(SEXP x0, SEXP x1, SEXP x2) {
44
PROTECT(x0);
Callers
1
Rcpp_list3
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected