create_module: Create a Module in Canvas LMS

View source: R/create_module.R

create_moduleR Documentation

Create a Module in Canvas LMS

Description

Creates a new module in a specific course using the Canvas LMS API.

Usage

create_module(canvas, course_id, module_name, position = NULL)

Arguments

canvas

A list containing the 'api_key' and 'base_url' for authentication.

course_id

The ID of the course in which to create the module.

module_name

The title of the module.

position

(Optional) The position of this module in the course

Value

A confirmation message that the module has been created.


vvcanvas documentation built on April 3, 2025, 6:12 p.m.