View source: R/get_course_participation.R
get_course_participation | R Documentation |
Fetches the participation data for a specific course from the Canvas LMS API.
get_course_participation(canvas, course_id)
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
course_id |
The ID of the course for which to retrieve the participation data. |
The participation data for the specified course retrieved from the Canvas LMS API.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.