There is no direct API for gradebook export, but this function gets equivalent information by joining Submissions, Assignments and Users.
Arguments
- simplify
Logical. If
TRUE
(default), return user_name, assignment_name, grade, score, points_possible, assignment_id, user_id, sortable_name, email. IfFALSE
, return 86 columns, of whichuser
is a list column which you cantidyr::hoist()
ortidyr::unnest_wider()
if desired.