View source: R/04_DataQuality_utils.R
enrolled_in | R Documentation |
Filter for Enrollments in a Specific Project Type
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
)
served_in_date_range |
|
type |
|
has_movein |
Flag for whether of not client has a move in date |
(data.frame)
with PersonalID
for all Enrollees in the ProjectType, their MoveInDateAdjust
, the TimeInterval
for which they were in the Project, and the ProjectName
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.