get.count | R Documentation |
Get the number of results returned in the given data dictionary lookup.
get.count(dictionary.results, verbose = FALSE)
dictionary.results |
A data dictionary search results object. |
verbose |
Flag to display additional runtime information. |
An integer of how many data dictionary entries were found in
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.