get_group_info {vvcanvas} | R Documentation |
Get information about a single group
Description
This function retrieves information about a specific group in the Canvas LMS API.
Usage
get_group_info(canvas, group_id)
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 information. |
Value
A list containing the information about the specified group.
[Package vvcanvas version 0.0.4 Index]