jrt_enroll: jrt_enroll()

Description Usage Arguments Value Examples

Description

This function returns the number of participants who enrolled in jrt. It takes one dataframe as input. The data comes from the following ETO Results report: "[Admin] raw_enrollment_report".

Usage

1
2
jrt_enroll(enroll_data, eto_programs = c("ss - job readiness",
  "pg - employment job training", "dc - wise job training"))

Arguments

enroll_data

dataframe: a dataframe containing enrollment data."[Admin] raw_enrollment_report"

eto_programs

character vector: a vector of character containing the name of ETO programs to keep for analysis.

Value

numeric

Examples

1
2
3
4
enroll <- laycUtils::load_txt('./my_data_folder/enrollment.txt')
enroll <- laycUtils::format_data(enroll)

jrt_enroll(enroll_data = enroll)

thelayc/laycOutcomes documentation built on May 31, 2019, 9:16 a.m.