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

Function pairlist

inst/include/Rcpp/grow.h:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace Rcpp {
29
30 inline SEXP pairlist() {
31 return R_NilValue ;
32 }
33
34 inline SEXP grow( SEXP head, SEXP tail ) {
35 Shield<SEXP> x( head ) ;

Callers 4

operator()Function · 0.85
DottedPair.hFile · 0.85
Pairlist_ImplFunction · 0.85
replaceMethod · 0.85

Calls 1

growFunction · 0.85

Tested by

no test coverage detected