sections_to_groups: Sections to Groups

Description Usage Arguments Value Examples

View source: R/sections_to_groups.R

Description

This function turns sections in to group in a Canvas course

Usage

1
sections_to_groups(course_id, groupcat_name, skip_section_ids = NULL)

Arguments

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

Value

a paginated list with responses

Examples

1
sections_to_groups(course_id = 12345, groupcat_name = "Werkgroepen", skip_section_ids = c(123123, 123124, 123125))

ICTO-FMG/uvacanvas documentation built on Jan. 24, 2022, 5:16 a.m.