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

Function Rcpp_eval_impl

inst/include/Rcpp/api/meat/Rcpp_eval.h:40–42  ·  view source on GitHub ↗

This is used internally instead of Rf_eval() to make evaluation safer

Source from the content-addressed store, hash-verified

38
39// This is used internally instead of Rf_eval() to make evaluation safer
40inline SEXP Rcpp_eval_impl(SEXP expr, SEXP env) { // #nocov
41 return Rcpp_fast_eval(expr, env); // #nocov
42}
43
44}} // namespace Rcpp::internal
45

Callers 4

getFunction · 0.85
findFunction · 0.85
fast_evalFunction · 0.85
Rcpp_evalFunction · 0.85

Calls 1

Rcpp_fast_evalFunction · 0.85

Tested by

no test coverage detected