served_in_date_range: Create the data frame of Clients to Check...

View source: R/04_DataQuality_utils.R

served_in_date_rangeR Documentation

Create the data frame of Clients to Check served_in_date_range

Description

Create a data frame of clients served in the specified date range, including various demographic and enrollment details.

Usage

served_in_date_range(
  projects_current_hmis,
  Enrollment_extra_Client_Exit_HH_CL_AaE = NULL,
  Client = NULL,
  Project = NULL,
  Inventory = NULL,
  HealthAndDV = NULL,
  vars,
  rm_dates = NULL,
  app_env = get_app_env(e = rlang::caller_env())
)

Arguments

projects_current_hmis

(data.frame) A data frame of providers to check. See projects_current_hmis.

Enrollment_extra_Client_Exit_HH_CL_AaE

(data.frame) Enrollment data with all additions from load_export.

Client

(data.frame) Client data with all additions from load_export.

Project

(data.frame) Project data with extras including Regions and GrantType, see pe_add_regions & pe_add_GrantType.

Inventory

(data.frame) Inventory data.

HealthAndDV

(data.frame) Health and Domestic Violence data.

vars

(list) A list of variables to include.

rm_dates

(list) A list containing date ranges with elements calc$data_goes_back_to and meta_HUDCSV$Export_End.

app_env

(environment) Instead of providing all arguments with NULL defaults, app_env with all arguments saved internally can be provided.

Value

(data.frame) A data frame of clients served in the specified date range.


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