query.save: Save a query in JSON-format with any restrictions that have...

View source: R/bdc.R

query.saveR Documentation

Save a query in JSON-format with any restrictions that have been added to it.

Description

Save a query in JSON-format with any restrictions that have been added to it.

Usage

query.save(query, result.type = "dataframe", verbose = FALSE)

Arguments

query

A query instance object.

result.type

The type of result to save.

verbose

Flag to display additional runtime information.

Examples


# 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)


hms-dbmi/pic-sure-biodatacatalyst-r-adapter-hpds documentation built on Sept. 24, 2022, 9:24 a.m.