get_app_env | R Documentation |
app_env
R6 objectFind the app_env
R6 object
get_app_env(
nm = "rm_env",
e = rlang::caller_env(),
ifnotfound = stop("app_env object not found")
)
nm |
The name of the instantiated object |
e |
The environment in which to search |
ifnotfound |
Warning message if env not found |
Searches the RmData
package environment and then the environment specified
app_env
R6 object
Other Get R6 Classes:
get_clarity_api()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.