| query.getResults | R Documentation |
Retreve results from a previously run query.
query.getResults(resource, query_uuid)
resource |
A resource connection instance object. |
query_uuid |
The UUID identifier for the query to get results for. |
# myconn <- picsure::connect(url="http://your.server/PIC-SURE/", token="your-security-token") # myres <- hpds::get.resource(connection=myconn, resourceUUID="YOUR-UUID-0000") # myresults <- hpds::query.getResults(resource=myres, query_uuid="YOUR-QUERY-UUID-0000")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.