View source: R/GetDefinitionsMetadata.R
getDefinitionsMetadata | R Documentation |
Retrieve the meta data for WebApi definitions of a certain category
getDefinitionsMetadata(baseUrl, category)
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
category |
These are the categories in WebApi. The valid string options are 'conceptSet', 'cohort', 'characterization', 'pathway, 'incidenceRate', 'estimation', 'prediction'. |
Obtains the meta data of WebApi specifications such as id, name, created/modified details, hash object, etc for a certain category. The following function categories are supported. Concept-set, Cohort-definition, Cohort-characterization, Pathway-analysis, Incidence rate (ir), estimation and prediction. This function is useful to retrieve the current specifications.
A tibble of specification metadata.
## Not run: getDefinitionsMetadata(baseUrl = "http://server.org:80/WebAPI") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.