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

Function runit_baseenv

inst/tinytest/cpp/Environment.cpp:111–113  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

109
110// [[Rcpp::export]]
111Environment runit_baseenv(){
112 return Rcpp::Environment::base_env();
113}
114
115// [[Rcpp::export]]
116Environment runit_namespace( std::string st){

Callers

nothing calls this directly

Calls 1

base_envFunction · 0.85

Tested by

no test coverage detected