crosslist_section_to_course: Crosslist section

Description Usage Arguments Value Examples

View source: R/simple_functions.R

Description

This functions crosslist a section to a new course

This functions crosslist a section to a new course

Usage

1
2
3
crosslist_section_to_course(section_id, new_course_id)

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.

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

Examples

1
2
3

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