Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ langlist
Function
langlist
inst/include/Rcpp/lgrow.h:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
template <typename T1>
66
SEXP langlist(const T1& t1) {
67
return lgrow(t1, R_NilValue);
68
}
69
70
template <typename T, typename... TArgs>
71
SEXP langlist(const T& t1, const TArgs&... args) {
Callers
1
Language.h
File · 0.85
Calls
1
lgrow
Function · 0.85
Tested by
no test coverage detected