publishCourse-missing-method: Publish a course on LMS

publishCourse,missing-methodR Documentation

Publish a course on LMS

Description

This method publishes the course by its course id on Learning Management System (LMS). If no LMS connection object is provided, it attempts to guess the connection using default settings (e.g., environment variables). If the connection cannot be established, an error is thrown.

Usage

## S4 method for signature 'missing'
publishCourse(object, course_id)

Arguments

object

An S4 object of class LMS that represents a connection to the LMS.

course_id

A character string with course id in the LMS.

Value

Status code of the HTTP request.


rqti documentation built on April 3, 2025, 7:43 p.m.