Description Usage Arguments Value Examples
View source: R/rs_fte_contribution.R
Calculate the amount of ftes that running start students contribute to the colleges overall fte count for each quarter.
1 | rs_fte_contribution(data, no_summer = FALSE)
|
data |
A dataframe of the student table |
no_summer |
Determine whether to exclude summer quarter as part of the output. By default it is set to FALSE |
A tibble will be returned
1 2 3 4 5 6 7 | ## Not run:
student_tbl %>%
rs_fte_contribution(no_summer = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.