Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_lang_inenv
Function
runit_lang_inenv
inst/tinytest/cpp/language.cpp:130–133 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
128
129
// [[Rcpp::export]]
130
SEXP runit_lang_inenv( Environment env){
131
Language call(
"sum"
, Symbol(
"y"
) ) ;
132
return call.eval( env ) ;
133
}
134
135
// [[Rcpp::export]]
136
Pairlist runit_pairlist(SEXP x){
Callers
nothing calls this directly
Calls
1
eval
Method · 0.80
Tested by
no test coverage detected