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 missing
getLMSResourceURL(object, display_name)
# S4 method for Opal
getLMSResourceURL(object, display_name)
A string value of URL.
An S4 object of class Opal that represents a connection to the LMS.
A length one character vector to entitle file in OPAL; it takes file name without extension by default; optional.