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

Function base_namespace

inst/include/Rcpp/Environment.h:323–325  ·  view source on GitHub ↗

* @return the base namespace. See ?baseenv */

Source from the content-addressed store, hash-verified

321 * @return the base namespace. See ?baseenv
322 */
323 static Environment_Impl base_namespace(){
324 return R_BaseNamespace ;
325 }
326
327 /**
328 * @return the Rcpp namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected