Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
namespace Rcpp {
29
30
inline SEXP lgrow(SEXP head, SEXP tail) {
31
return Rf_lcons(head, tail);
32
}
33
34
namespace internal {
35
Callers
2
lgrow__dispatch
Function · 0.85
langlist
Function · 0.85
Calls
1
lgrow__dispatch
Function · 0.85
Tested by
no test coverage detected