resource.details | R Documentation |
Get the details of a PIC-SURE resource.
resource.details(connection, resourceUUID, verbose = FALSE)
connection |
A PIC-SURE connection object. |
resourceUUID |
The UUID identity of a Resource hosted via the PIC-SURE connection. |
verbose |
(optional) set to TRUE to get debugging output |
A string containing details of the requested Resource.
# myconn = picsure::connect(url="http://your.pic-sure.server/PIC-SURE/", token="your-security-token") # resources = picsure::list.resources(myconn) # picsure::resource.details(connection=myconn, resources[0])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.