View source: R/04_DataQuality_utils.R
served_in_date_range | R Documentation |
served_in_date_range
Create a data frame of clients served in the specified date range, including various demographic and enrollment details.
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())
)
projects_current_hmis |
|
Enrollment_extra_Client_Exit_HH_CL_AaE |
|
Client |
|
Project |
|
Inventory |
|
HealthAndDV |
|
vars |
|
rm_dates |
|
app_env |
|
(data.frame)
A data frame of clients served in the specified date range.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.