sections_to_groups: Sections to Groups

View source: R/sections_to_groups.R

sections_to_groupsR Documentation

Sections to Groups

Description

This function turns sections in to group in a Canvas course

Usage

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

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

ICTO-FMG/uvacanvas documentation built on Dec. 6, 2024, 2:32 p.m.