load_project: Load Project & extras pre-requisites for 'load_export'

View source: R/00_load_export_utils.R

load_projectR Documentation

Load Project & extras pre-requisites for load_export

Description

Load Project & extras pre-requisites for load_export

Usage

load_project(
  Regions,
  ProjectCoC,
  clarity_api = get_clarity_api(e = rlang::caller_env()),
  app_env = get_app_env(e = rlang::caller_env())
)

Arguments

Regions

From public data. See load_public

ProjectCoC

From HUD CSV export

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.

Value

app_env with data dependencies


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