Description Usage Arguments Value Examples
View source: R/stu_qtr_enrollment.R
Running this function will allow one to find the last quarter in which a student is registered in.
1 | stu_not_registered_nxt_qtr(current_qtr, summer_qtr = FALSE)
|
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. |
A tibble displaying which students returned in the designated quarters.
1 2 3 4 5 6 | ## Not run:
stu_not_registered_nxt_qtr("B902", summer = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.