View source: R/get_group_memberships.R
get_group_memberships | R Documentation |
This function retrieves the memberships for a specific group in the Canvas LMS API.
get_group_memberships(canvas, group_id)
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
group_id |
The ID of the group for which to retrieve the memberships. |
A data frame of memberships in the specified group.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.