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.