publishCourse,missing-method | R Documentation |
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.
## S4 method for signature 'missing'
publishCourse(object, course_id)
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. |
Status code of the HTTP request.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.