get_materials_properties | R Documentation |
Get Google Classroom Materials properties
get_materials_properties(course_id, materials_id)
course_id |
ID of the course |
materials_id |
The material id you wish to retrieve |
## Not run:
course_id <- get_course_list()$courses$id[3]
materials_id <- get_materials_list(course_id)$material_id$courseWorkMaterial$id[1]
get_materials_properties(course_id, materials_id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.