get_section_information {vvcanvas} | R Documentation |
Get Section Information in Canvas LMS
Description
Retrieves information about a specific course section using the Canvas LMS API.
Usage
get_section_information(canvas, course_id, section_id)
Arguments
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. |
Value
The information about the section.
[Package vvcanvas version 0.0.4 Index]