stu_not_registered_nxt_qtr: Check student enrollment in a quarter

Description Usage Arguments Value Examples

View source: R/stu_qtr_enrollment.R

Description

Running this function will allow one to find the last quarter in which a student is registered in.

Usage

1
stu_not_registered_nxt_qtr(current_qtr, summer_qtr = FALSE)

Arguments

current_qtr

This is the last quarter in which a student attended.

summer_qtr

Providing a field will allow for the inclusion of a summer quarter.

Value

A tibble displaying which students returned in the designated quarters.

Examples

1
2
3
4
5
6
## Not run: 

stu_not_registered_nxt_qtr("B902", summer = TRUE)


## End(Not run)

Edgar-Zamora/bbccIR documentation built on Feb. 3, 2022, 11:06 a.m.