Description Usage Arguments Value Examples
View source: R/crsra_gradesummary.R
The average course grade across different groups
1 2  | crsra_gradesummary(all_tables, groupby = c("total", "country", "language",
  "gender", "empstatus", "education", "stustatus"))
 | 
all_tables | 
 A list from   | 
groupby | 
 A character string indicating the how to break down
grades. The default is set to   | 
A table which indicates the average grade across specified groups for each course
1 2  | crsra_gradesummary(example_course_import)
crsra_gradesummary(example_course_import, groupby = "education")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.