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

Function expression_evalenv

inst/tinytest/cpp/Vector.cpp:80–83  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

78
79// [[Rcpp::export]]
80SEXP expression_evalenv( Environment env){
81 ExpressionVector code( "sort(x)" ) ;
82 return code.eval(env) ;
83}
84
85// [[Rcpp::export]]
86ComplexVector complex_(){

Callers

nothing calls this directly

Calls 1

evalMethod · 0.80

Tested by

no test coverage detected