Skip to contents

Get select records about user resources by name.

Usage

getLMSResourcesByName(object, display_name, rtype = NULL)

Arguments

object

An S4 object of class LMS 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".

Value

A dataframe with attributes of user's resources.

Examples

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