get_materials_list | R Documentation |
Get list of materials for a course
get_materials_list(course_id)
course_id |
ID of the course |
## Not run:
course_id <- get_course_list()$courses$id[1]
materials_df <- get_materials_list(course_id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.