rs_fte_contribution: Calculate RS FTE contribution

Description Usage Arguments Value Examples

View source: R/rs_fte_contribution.R

Description

Calculate the amount of ftes that running start students contribute to the colleges overall fte count for each quarter.

Usage

1

Arguments

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

Value

A tibble will be returned

Examples

1
2
3
4
5
6
7
## Not run: 

student_tbl %>%
  rs_fte_contribution(no_summer = TRUE)


## End(Not run)

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