Description Usage Arguments Value Examples
View source: R/course_success_rate.R
Calculate course success rates
1 | course_success_rate(data, rate = "raw", graded = FALSE)
|
data |
Complete transcript table from data warehouse |
rate |
Determine the output type. Default is the raw output but can be changed to 'percent' to get pass rate as a percentage |
graded |
Determine whether to view average gpa by individual course. By default graded is set to FALSE but can be changed by making graded equal to TRUE |
A dataframe of all the key metrics for course success rates
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
transcript_tbl %>%
course_succces_rate(rate = 'percent')
transcript_tbl %>%
course_success_rate(graded = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.