View source: R/get_course_sections.R
get_course_sections | R Documentation |
This function retrieves a list of sections for a specific course in the Canvas LMS API.
get_course_sections(canvas, course_id, per_page = 100)
canvas |
An object containing the Canvas API key and base URL, obtained through the |
course_id |
The ID of the course for which to retrieve sections. |
per_page |
(Optional) The number of sections to retrieve per page of results (default is 100). |
A data frame of course sections.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.