View source: R/sections_to_groups.R
sections_to_groups | R Documentation |
This function turns sections in to group in a Canvas course
sections_to_groups(course_id, groupcat_name, skip_section_ids = NULL)
course_id |
the canvas id of the course (integer) |
groupcat_name |
the name of the group category (string) |
skip_section_ids |
the canvas id's of sections to skip in copying |
a paginated list with responses
sections_to_groups(course_id = 12345, groupcat_name = "Werkgroepen", skip_section_ids = c(123123, 123124, 123125))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.