get_resource_url {rqti} | R Documentation |
Create a URL using the resource's display name in LMS OPAL
get_resource_url(
display_name,
endpoint = NULL,
api_user = NULL,
api_password = NULL
)
display_name |
A length one character vector to entitle file in OPAL; file name without extension by default; optional. |
endpoint |
A string of endpoint of LMS Opal; by default it is got from
environment variable |
api_user |
A character value of the username in the OPAL. |
api_password |
A character value of the password in the OPAL. |
A string value of URL.
url <- get_resource_url("my test")