getLMSResourceURL | R Documentation |
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.
getLMSResourceURL(object, display_name)
## S4 method for signature 'missing'
getLMSResourceURL(object, display_name)
## S4 method for signature 'Opal'
getLMSResourceURL(object, display_name)
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. |
A string value of URL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.