powered by
Get list of materials for a course
get_materials_list(course_id)
ID of the course
if (FALSE) { course_id <- get_course_list()$courses$id[1] materials_df <- get_materials_list(course_id) }
Run the code above in your browser using DataLab