get.resource | R Documentation |
Get a new reference to a HPDS-based PIC-SURE resource.
get.resource(connection, resourceUUID, verbose = FALSE)
connection |
A PIC-SURE connection object. |
resourceUUID |
The UUID identity of a Resource hosted via the PIC-SURE connection. |
verbose |
Flag to display additional runtime information. |
An object which provides access to the requested Resource.
# myconn <- picsure::connect(url="http://your.server/PIC-SURE/", token="your-security-token") # myres <- hpds::get.resource(connection=myconn, resourceUUID="YOUR-UUID-0000")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.