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

Function runit_namespace

inst/tinytest/cpp/Environment.cpp:116–118  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

114
115// [[Rcpp::export]]
116Environment runit_namespace( std::string st){
117 return Environment::namespace_env(st);
118}
119
120// [[Rcpp::export]]
121Environment runit_env_SEXP(SEXP env){

Callers

nothing calls this directly

Calls 1

namespace_envFunction · 0.85

Tested by

no test coverage detected