query.save | R Documentation |
Save a query in JSON-format with any restrictions that have been added to it.
query.save(query, result.type = "dataframe", verbose = FALSE)
query |
A query instance object. |
result.type |
The type of result to save. |
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::new.query(resource=myres) ## ...modify the query by adding search criteria... ## # querydef <- hpds::query.save(query=myquery)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.