get_clarity_api: Find the 'clarity_api' R6 object

View source: R/init_R6.R

get_clarity_apiR Documentation

Find the clarity_api R6 object

Description

Find the clarity_api R6 object

Usage

get_clarity_api(
  nm = "cl_api",
  e = rlang::caller_env(),
  ifnotfound = stop("Clarity API 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

clarity_api R6 object

See Also

Other Get R6 Classes: get_app_env()


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