query.from.uuid | R Documentation |
Retrieve an existing query by its unique identifier
query.from.uuid(resource, queryUUID, verbose = FALSE)
resource |
A resource object that the returned query object will execute against. |
queryUUID |
the valid UUID of a query to retrieve |
verbose |
Flag to display additional runtime information. |
# myconn <- picsure::connect(url="http://your.server/PIC-SURE/", token="your-security-token") # myres <- hpds::get.resource(connection=myconn, resourceUUID="YOUR-UUID-0000") # myquery <- hpds::query.from.uuid(resource=myres, queryUUID="UUID" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.