Enrollment_add_Household: Add Household Information to Enrollment from Project

View source: R/00_load_export_utils.R

Enrollment_add_HouseholdR Documentation

Add Household Information to Enrollment from Project

Description

Add Household Information to Enrollment from Project

Usage

Enrollment_add_Household(
  Enrollment,
  Project,
  rm_dates,
  app_env = get_app_env(e = rlang::caller_env())
)

Arguments

Enrollment

with Exit data. See Enrollment_add_Exit

Project

(data.frame) From the HUD CSV Export

rm_dates

(named list) with all dates specified or calculated in dates

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

(data.frame) of Enrollment with Household Columns MoveInDateAdjust appended


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