query.show: Prints to screen the contents of a query instance's...

View source: R/bdc.R

query.showR Documentation

Prints to screen the contents of a query instance's restriction parameters.

Description

Prints to screen the contents of a query instance's restriction parameters.

Usage

query.show(query, verbose = FALSE)

Arguments

query

A query instance object.

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)
# hpds::query.select.add(query=myquery, keys="\demographics\SEX\")
# hpds::query.select.add(query=myquery, keys="\demographics\AGE\")
# hpds::query.filter.add(query=myquery, keys="\demographics\SEX\", values="Female")
# hpds::query.filter.add(query=myquery, keys="\demographics\AGE\", min="10", max="65")
# hpds::query.show(query=myquery)


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