get_app_env: Find the 'app_env' R6 object

View source: R/init_R6.R

get_app_envR Documentation

Find the app_env R6 object

Description

Find the app_env R6 object

Usage

get_app_env(
  nm = "rm_env",
  e = rlang::caller_env(),
  ifnotfound = stop("app_env object not found")
)

Arguments

nm

The name of the instantiated object

e

The environment in which to search

ifnotfound

Warning message if env not found

Details

Searches the RmData package environment and then the environment specified

Value

app_env R6 object

See Also

Other Get R6 Classes: get_clarity_api()


COHHIO/Rm_data documentation built on Dec. 9, 2024, 2:10 p.m.