View source: R/get_assignment_details.R
get_assignment_details | R Documentation |
Retrieves detailed information about a specific assignment from the Canvas LMS API.
get_assignment_details(canvas, course_id, assignment_id)
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
course_id |
The ID of the course in which the assignment resides. |
assignment_id |
The ID of the assignment for which to retrieve the details. |
A dataframe containing the detailed information about the assignment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.