View source: R/get_section_information.R
get_section_information | R Documentation |
Retrieves information about a specific course section using the Canvas LMS API.
get_section_information(canvas, course_id, section_id)
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
course_id |
The ID of the course. |
section_id |
The ID of the section. |
The information about the section.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.