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

Function eval

inst/include/Rcpp/Language.h:143–145  ·  view source on GitHub ↗

* eval this call in the global environment */

Source from the content-addressed store, hash-verified

141 * eval this call in the global environment
142 */
143 SEXP eval() const {
144 return Rcpp_fast_eval( Storage::get__(), R_GlobalEnv );
145 }
146
147 /**
148 * eval this call in the requested environment

Callers 1

checkRSignatureFunction · 0.85

Calls 1

Rcpp_fast_evalFunction · 0.85

Tested by

no test coverage detected