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