extract.dataframe | R Documentation |
Extract all the results of a given data dictionary lookup in a data frame format.
extract.dataframe(dictionary.results, verbose = FALSE)
dictionary.results |
A dictionary results object. |
verbose |
Flag to display additional runtime information. |
Results in a dataframe format.
# 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.dataframe(asthma.terms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.