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

Function lgrow

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

Source from the content-addressed store, hash-verified

28namespace Rcpp {
29
30inline SEXP lgrow(SEXP head, SEXP tail) {
31 return Rf_lcons(head, tail);
32}
33
34namespace internal {
35

Callers 2

lgrow__dispatchFunction · 0.85
langlistFunction · 0.85

Calls 1

lgrow__dispatchFunction · 0.85

Tested by

no test coverage detected