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

Method eval

inst/include/Rcpp/vector/Vector.h:1175–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1173public:
1174
1175 inline SEXP eval() const {
1176 return Rcpp_eval( Storage::get__(), R_GlobalEnv ) ;
1177 }
1178
1179 inline SEXP eval(SEXP env) const {
1180 return Rcpp_eval( Storage::get__(), env );

Callers 6

expression_evalFunction · 0.80
expression_evalenvFunction · 0.80
runit_lang_inenvFunction · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls 1

Rcpp_evalFunction · 0.85

Tested by

no test coverage detected