load_export: Load the HUD Export and join extras.

View source: R/00_load_export.R

load_exportR Documentation

Load the HUD Export and join extras.

Description

Load the HUD Export and join extras.

Usage

load_export(
  clarity_api = get_clarity_api(e = rlang::caller_env()),
  app_env = get_app_env(e = rlang::caller_env()),
  error = FALSE
)

Arguments

clarity_api

(clarity_api) R6 Object containing the connection to the Clarity Looker instance.

app_env

(app_env) R6 Object containing dependencies. If all arguments to this function are saved in the app_env, then they will be called from there and arguments do not need to be specified.

error

(logical) whether to error or send a message via pushbullet when data checks fail

Value

app_env with data dependencies


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