View source: R/simple_functions.R
| create_course_group_category | R Documentation | 
create_course_group_category
create_course_group_category(
  course_id,
  groupcat_name,
  self_signup = NULL,
  auto_leader = NULL,
  group_limit = NULL,
  create_group_count = NULL
)
course_id | 
 the canvas id of the course (integer)  | 
groupcat_name | 
 the name of the group category (character/string)  | 
self_signup | 
 allow self signup by studentes (boolean)  | 
auto_leader | 
 automatically assign leader (boolean)  | 
group_limit | 
 set group limit (integer)  | 
create_group_count | 
server response. Either 200 status code if everything went correctly or a specific http status warning.
create_course_group_category(course_id = 6824, groupcat_name = "Werkgroepen")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.