Saves final grades to a csv file located at file
save_final_grades(
assignments,
roster,
weights = "weight",
drop = NULL,
file = "grades.csv"
)
Arguments
- assignments
Data frame of all assignments
- roster
Course roster data frame
- weights
The column in assignments to use for weighting
- drop
Which assignments to drop from grade computation. Should be a
named vector defining the category and number to drop.
- file
File name where to save grades as csv