prioritization: Create the prioritization list

View source: R/03_prioritization.R

prioritizationR Documentation

Create the prioritization list

Description

Create the prioritization list

Usage

prioritization(
  co_clients_served,
  Disabilities,
  Enrollment_extra_Client_Exit_HH_CL_AaE,
  HealthAndDV,
  IncomeBenefits,
  Project,
  Referrals,
  Scores,
  clarity_api = get_clarity_api(e = rlang::caller_env()),
  app_env = get_app_env(e = rlang::caller_env())
)

Arguments

co_clients_served

(data.frame) See cohorts

Disabilities

(data.frame) From the HUD CSV Export

Enrollment_extra_Client_Exit_HH_CL_AaE

(data.frame) See load_export

HealthAndDV

(data.frame) From the HUD CSV Export

IncomeBenefits

(data.frame) From the HUD CSV Export

Project

(data.frame) From the HUD CSV Export

Referrals

(data.frame) See load_export

Scores

(data.frame) See load_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.

See Also

load_export, cohorts


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