Get records of all current user's resources on LMS Opal
Source:R/Opal.R
getLMSResources-Opal-method.Rd
Get records of all current user's resources on LMS Opal
Usage
# S4 method for class 'Opal'
getLMSResources(object)
Arguments
- object
An S4 object of class Opal that represents a connection to the LMS.
Examples
if (FALSE) { # interactive()
df <- getLMSResources()
}