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)A data frame of course sections.
An object containing the Canvas API key and base URL, obtained through the canvas_authenticate function.
The ID of the course for which to retrieve sections.
(Optional) The number of sections to retrieve per page of results (default is 100).