get.varInfo: Get variable info for a given path.

View source: R/bdc.R

get.varInfoR Documentation

Get variable info for a given path.

Description

Get variable info for a given path.

Usage

get.varInfo(dictionary.results, path, verbose = FALSE)

Arguments

dictionary.results

A data dictionary search results object.

path

A character object containing an HPDS path.

verbose

Flag to display additional runtime information.

Value

A data frame object containing variable info for an HPDS path.

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.varInfo(asthma.terms, '\phs001211\...')


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