get_group_users: Get users in a group
Description
This function retrieves the users in a specific group in the Canvas LMS API.
Usage
get_group_users(canvas, group_id)
Value
A data frame of users in the specified group.
Arguments
- canvas
A list containing the 'api_key' and 'base_url' for authentication.
- group_id
The ID of the group for which to retrieve the users.