R/AutoGeneratedDefinitions.R
existsIncidenceRateName.Rd
Check if IncidenceRate definition name exists.
existsIncidenceRateName(incidenceRateName, baseUrl)
A string name for the IncidenceRate to be checked.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
If found, the function will return a tibble with details of the specification. If not found, FALSE will be returned.
Check if a string name already exists in the WebApi as a IncidenceRate definition name.
if (FALSE) {
existsIncidenceRateName(incidenceRateName = "this text string needs to be checked",
baseUrl = "http://server.org:80/WebAPI")
}