Retrieve options environment (experimental)
get_options_env.RdThe options environment stores metadata regarding the various options defined in the local scope - often the top environment of a package namespace.
Usage
get_options_env(env, ...)
# S3 method for class 'options_env'
get_options_env(env, ...)
# S3 method for class 'options_list'
get_options_env(env, ...)
# Default S3 method
get_options_env(
env = parent.frame(),
...,
inherits = FALSE,
ifnotfound = emptyenv()
)