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