crosslist_section_to_course: Crosslist section

View source: R/simple_functions.R

crosslist_section_to_courseR Documentation

Crosslist section

Description

This functions crosslist a section to a new course

Usage

crosslist_section_to_course(section_id, new_course_id)

Arguments

section_id

the canvas id of the section (integer)

new_course_id

the canvas id of the new course (integer)

Value

server response. Either 200 status code if everything went correctly or a specific http status warning.

Examples


crosslist_section_to_course(12345, 6348)

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