Get selected records of the current user's resources on LMS Opal by display name.
Source:R/Opal.R
getLMSResourcesByName-Opal-method.Rd
Get selected records of the current user's resources on LMS Opal by display name.
Usage
# S4 method for class 'Opal'
getLMSResourcesByName(object, display_name, rtype = NULL)
Arguments
- object
An S4 object of class Opal that represents a connection to the LMS.
- display_name
A string value withe the name of resource.
- rtype
A string value with the type of resource. Possible values: "FileResource.TEST", "FileResource.QUESTION", or "FileResource.SURVEY".
Examples
if (FALSE) { # interactive()
df <- getLMSResourcesByName()
}