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

Function global_env

inst/include/Rcpp/Environment.h:302–304  ·  view source on GitHub ↗

* @return the global environment. See ?globalenv */

Source from the content-addressed store, hash-verified

300 * @return the global environment. See ?globalenv
301 */
302 static Environment_Impl global_env(){
303 return R_GlobalEnv ;
304 }
305
306 /**
307 * @return The empty environment. See ?emptyenv

Callers 2

runit_globenvFunction · 0.85
runit_childFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected