Skip to contents

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 are active & state.

.env

env from which to retrieve the object

  • active tracks app details for internal use

  • state tracks user-specified variables to be saved/exported

Value

obj

See also