getLMSResources {rqti} | R Documentation |
Get records of all current user's resources on LMS
Description
This method retrieves data about all resources associated with the current user on the 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
getLMSResources(object, ...)
## S4 method for signature 'missing'
getLMSResources(object)
## S4 method for signature 'Opal'
getLMSResources(object)
Arguments
object |
An S4 object of class Opal that represents a connection to the LMS. |
... |
Additional arguments to be passed to the method, if applicable. |
Value
A dataframe with attributes of user's resources.
[Package rqti version 1.0.0 Index]