View source: R/GetPostDeleteDefinition.R
deleteDefinition | R Documentation |
Delete a definition id of a chosen category.
deleteDefinition(id, baseUrl, category)
id |
An integer id representing the id that uniquely identifies a definition for the category in a WebApi instance. |
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'. |
Delete the definition for an id of chosen category in WebApi.
None, unless error.
## Not run: deleteDefinition(id = 13242, baseUrl = "http://server.org:80/WebAPI", category = "cohort") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.