Check if Estimation definition name exists.

existsEstimationName(estimationName, baseUrl)

Arguments

estimationName

A string name for the Estimation to be checked.

baseUrl

The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".

Value

If found, the function will return a tibble with details of the specification. If not found, FALSE will be returned.

Details

Check if a string name already exists in the WebApi as a Estimation definition name.

Examples

if (FALSE) {
existsEstimationName(estimationName = "this text string needs to be checked",
                     baseUrl = "http://server.org:80/WebAPI")
}