enrolled_in: Filter for Enrollments in a Specific Project Type

View source: R/04_DataQuality_utils.R

enrolled_inR Documentation

Filter for Enrollments in a Specific Project Type

Description

Filter for Enrollments in a Specific Project Type

Usage

enrolled_in(
  served_in_date_range,
  type = c(ES = 1, TH = 2, PSH = 3, SO = 4, ServicesOnly = 6, Other = 7, SH = 8, PHHO =
    9, PHHS = 10, DS = 11, HP = 12, RRH = 13, CE = 14)[13],
  has_movein = FALSE
)

Arguments

served_in_date_range

(data.frame) See served_in_date_range

type

(numeric) ProjectType. For full project type names see ⁠HMIS::hud_translations$[["2.02.6 ProjectType"]](table = TRUE)⁠

has_movein

Flag for whether of not client has a move in date

Value

(data.frame) with PersonalID for all Enrollees in the ProjectType, their MoveInDateAdjust, the TimeInterval for which they were in the Project, and the ProjectName


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