Description Usage Arguments Value
View source: R/UnEnrolledInCohort.R
Finds all students who are no longer enrolled but still in the graduation cohort
1 2 3 4 5 6 7 | UnEnrolledInCohort(
WB,
cohorts,
returnvars = c("Local.ID.(optional)", "Last.Name", "First.Name",
"Cohort.Year.(year.1st.entered.9th)", "Date.left.GTH", "Discharge.Reason"),
messageLevel = 0
)
|
WB |
data.frame of the accountability workbook |
cohorts |
integer - how many cohorts should be analyzed? |
returnvars |
character vector with the names of the columns to be included in the return |
messageLevel |
integer - what degree of messaging should be printed to the console? |
a data.frame with all of the students who are in their grad cohort but not enrolled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.