get_materials_properties {rgoogleclassroom} | R Documentation |
Get Google Classroom Materials properties
Description
Get Google Classroom Materials properties
Usage
get_materials_properties(course_id, materials_id)
Arguments
course_id |
ID of the course |
materials_id |
The material id you wish to retrieve |
Examples
## 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)
[Package rgoogleclassroom version 0.9.1 Index]