query.filter.add | R Documentation |
Add a "Filter" restriction to a query instance.
query.filter.add(query, keys, ..., verbose = FALSE)
query |
A query instance object. |
keys |
One or more keys to add to the given query object's filter list. |
... |
Extra entries such as "min", "max" and "value" |
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) # hpds::query.select.add(query=myquery, keys="\demographics\SEX\", values="Male") # hpds::query.select.add(query=myquery, keys="\demographics\AGE\", min=1, max=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.