Specifically, pull students data where EnrollmentStatus == 0, RowIsCurrent = TRUE and SchoolTermID = max(SchoolTermID)

get_currently_enrolled_students()

Value

a tbl_sql SQL Server object.

Examples


# This attaches to the school db with \code{conn_PROD1} connection
if (FALSE) {
current <- get_currently_enrolled_students()
}