studentDetails: Returns student status at the specified months

Description Usage Arguments

View source: R/Retention.R

Description

Returns student status at the specified months

Usage

1
2
studentDetails(students, grads, months = c(15, 24),
  warehouseDateColumn = "CREATED_DATE", gradColumn = "START_DATE", ...)

Arguments

students

a data frame of enrolled students. This data frame should be structured like a warehouse data where a student is represented for each cohort (i.e. warehouseDateColumn) in which they are enrolled.

warehouseDateColumn

the name of the column corresponding to the warehouse date, or cohort. Each unique date will thereby define a cohort.

gradColumn

the name of the column in the graduates data frame corresponding to the graduation date.


jbryer/retention documentation built on May 18, 2019, 7:03 p.m.