Skip to contents

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.

Value

A dataframe with attributes of user's resources.

Examples

if (FALSE) { # interactive()
df <- getLMSResources()
}