getLMSResourceURL {rqti} | R Documentation |
Create an URL using the resource's display name on LMS
Description
This method creates an URL for user's resource by its name on Learning Management System (LMS). If no LMS connection object is provided, it attempts to guess the connection using default settings (e.g., environment variables). If the connection cannot be established, an error is thrown.
Usage
getLMSResourceURL(object, display_name)
## S4 method for signature 'missing'
getLMSResourceURL(object, display_name)
## S4 method for signature 'Opal'
getLMSResourceURL(object, display_name)
Arguments
object |
An S4 object of class Opal that represents a connection to the LMS. |
display_name |
A length one character vector to entitle file in OPAL; it takes file name without extension by default; optional. |
Value
A string value of URL.
[Package rqti version 1.0.0 Index]