opal: Create an Opal LMS Connection Object

View source: R/Opal.R

opalR Documentation

Create an Opal LMS Connection Object

Description

This helper function initializes an Opal object, a subclass of LMS, representing a connection to the Opal Learning Management System (LMS).

Usage

opal(api_user = NA_character_, endpoint = NA_character_)

Arguments

api_user

A character string specifying the API username.

endpoint

A character string specifying the API endpoint for the LMS.

Value

An object of class Opal, inheriting from LMS, which can be used to interact with the Opal LMS API.


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

Related to opal in rqti...