Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1173
public:
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_eval
Function · 0.80
expression_evalenv
Function · 0.80
runit_lang_inenv
Function · 0.80
operator()
Method · 0.80
operator()
Method · 0.80
operator()
Method · 0.80
Calls
1
Rcpp_eval
Function · 0.85
Tested by
no test coverage detected