View source: R/get_group_categories.R
get_group_categories | R Documentation |
This function retrieves the group categories for a specific context (e.g., course) in the Canvas LMS API.
get_group_categories(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 group categories. |
A data frame of group categories in the specified context.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.