View source: R/create_assignment_group.R
create_assignment_group | R Documentation |
Creates a new assignment group in a specific course using the Canvas LMS API.
create_assignment_group(canvas, course_id, group_name, group_position = NULL)
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
course_id |
The ID of the course in which to create the assignment group. |
group_name |
The name of the assignment group. |
group_position |
The position of the assignment group in the course (optional). |
A confirmation message that the assignment group has been created.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.