find.in.dictionary | R Documentation |
Search the data dictionary of a PIC-SURE resource.
find.in.dictionary(resource, term = "", limit = 0, offset = 0, verbose = FALSE)
resource |
A PIC-SURE resource object. |
term |
A string to search for in the resource's data dictionary. By default, if no term is provided, the whole dictionary will be returned. |
limit |
A limit of return results. |
offset |
An offset to start retrning values from. |
verbose |
Flag to display additional runtime information. |
An object representing the search results.
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.