extract.entries: Extract the entries of all the results in a given data...

View source: R/bdc.R

extract.entriesR Documentation

Extract the entries of all the results in a given data dictionary lookup.

Description

Extract the entries of all the results in a given data dictionary lookup.

Usage

extract.entries(dictionary.results, verbose = FALSE)

Arguments

dictionary.results

A dictionary results object.

verbose

Flag to display additional runtime information.

Value

A collection of result entries.

Examples


# myconn <- picsure::connect(url="http://your.server/PIC-SURE/", token="your-security-token")
# myres <- hpds::get.resource(connection=myconn, resourceUUID="YOUR-UUID-0000")
# asthma.terms <- hpds::find.in.dictionary(resource=myres, term="asthma")
# extract.entries(asthma.terms)


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