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

Function new_env

inst/include/Rcpp/api/meat/Environment.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47inline Environment new_env(int size = 29) {
48 Function newEnv("new.env", R_BaseNamespace);
49 return newEnv(_["size"] = size, _["parent"] = R_EmptyEnv);
50}
51
52inline Environment new_env(SEXP parent, int size = 29) {
53 Function newEnv("new.env", R_BaseNamespace);

Callers 2

runit_new_env_defaultFunction · 0.85
runit_new_env_parentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected