View source: R/simple_functions.R
crosslist_section_to_course | R Documentation |
This functions crosslist a section to a new course
crosslist_section_to_course(section_id, new_course_id)
section_id |
the canvas id of the section (integer) |
new_course_id |
the canvas id of the new course (integer) |
server response. Either 200 status code if everything went correctly or a specific http status warning.
crosslist_section_to_course(12345, 6348)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.