get.count: Get the number of results returned in the given data...

View source: R/bdc.R

get.countR Documentation

Get the number of results returned in the given data dictionary lookup.

Description

Get the number of results returned in the given data dictionary lookup.

Usage

get.count(dictionary.results, verbose = FALSE)

Arguments

dictionary.results

A data dictionary search results object.

verbose

Flag to display additional runtime information.

Value

An integer of how many data dictionary entries were found in

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")
# get.count(asthma.terms)


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