Get an object from a namespace
get_from_ns.RdGet an object from a namespace
Usage
get_from_ns(nm = c("active", "state")[1], .env = .GlobalEnv)Arguments
- nm
chrname of object to retrieve. Current areactive&state.- .env
envfrom which to retrieve the objectactivetracks app details for internal usestatetracks user-specified variables to be saved/exported
See also
Other namespaces:
assign_global(),
assign_in_ns(),
get_global(),
pkg_ns(),
unload_namespaces()