View source: R/get_assignment_data.R
get_assignment_data | R Documentation |
Retrieves the course-level assignment data for a specific course from the Canvas LMS API.
get_assignment_data(canvas, course_id, per_page = 100)
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
course_id |
The ID of the course for which to retrieve the assignment data. |
per_page |
Number of assignment data to retrieve per page. Default is 100. |
A list of assignment data retrieved from the Canvas LMS API.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.