UnEnrolledInCohort: Unenrolled Students In The Cohort

Description Usage Arguments Value

View source: R/UnEnrolledInCohort.R

Description

Finds all students who are no longer enrolled but still in the graduation cohort

Usage

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
)

Arguments

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?

Value

a data.frame with all of the students who are in their grad cohort but not enrolled


debarros/dbTools documentation built on Sept. 18, 2020, 10:51 a.m.