get_resources {rqti} | R Documentation |
Get records of all current user's resources on LMS OPAL
get_resources(api_user = NULL, api_password = NULL, endpoint = NULL)
api_user |
A character value of the username in the OPAL. |
api_password |
A character value of the password in the OPAL. |
endpoint |
A string of endpoint of LMS Opal; by default it is got from
environment variable |
A dataframe with attributes of user's resources.
df <- get_resources()