query.anyof.delete | R Documentation |
Delete an "AnyOf" restriction from a query instance.
query.anyof.delete(query, keys, verbose = FALSE)
query |
A query instance object. |
keys |
One or more keys to delete from the given query object's AnyOf list. |
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.anyof.add(query=myquery, keys="\demographics\SEX\") ## ...opps, added wrong term, lets delete it... # hpds::query.anyof.delete(query=myquery, keys="\demographics\SEX\")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.