View source: R/AutoGeneratedDefinitions.R
deleteEstimationDefinition | R Documentation |
Delete Estimation id definition.
deleteEstimationDefinition(estimationId, baseUrl)
estimationId |
An integer id representing the id that uniquely identifies a Estimation definition in a WebApi instance. |
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
Delete the Estimation definition from WebAPI for a given Estimation id
None, unless error.
## Not run: deleteEstimationDefinition(estimationId = 13242, 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.