get.varInfo | R Documentation |
Get variable info for a given path.
get.varInfo(dictionary.results, path, verbose = FALSE)
dictionary.results |
A data dictionary search results object. |
path |
A character object containing an HPDS path. |
verbose |
Flag to display additional runtime information. |
A data frame object containing variable info for an HPDS path.
# 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\...')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.