Skip to contents

Get records of all current user's resources on LMS

Usage

getLMSResources(object)

Arguments

object

An S4 object of class LMS that represents a connection to the LMS.

Value

A dataframe with attributes of user's resources.

Examples

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