MCPcopy 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]]
130SEXP runit_lang_inenv( Environment env){
131 Language call( "sum", Symbol("y") ) ;
132 return call.eval( env ) ;
133}
134
135// [[Rcpp::export]]
136Pairlist runit_pairlist(SEXP x){

Callers

nothing calls this directly

Calls 1

evalMethod · 0.80

Tested by

no test coverage detected