| get_coursework_list {rgoogleclassroom} | R Documentation | 
Get list of courseworks for a course
Description
Get list of courseworks for a course
Usage
get_coursework_list(course_id)
Arguments
| course_id | ID of the course to retrieve the courseworks from | 
Examples
## Not run: 
course_id <- get_course_list()$courses$id[1]
get_coursework_list(course_id)
## End(Not run)
[Package rgoogleclassroom version 0.9.1 Index]