Cancel generation of IncidenceRate id.

cancelIncidenceRateGeneration(incidenceRateId, baseUrl, sourceKey)

Arguments

incidenceRateId

An integer id representing the id that uniquely identifies a IncidenceRate definition in a WebApi instance.

baseUrl

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

sourceKey

The source key for a CDM instance in WebAPI, as defined in the Configuration page

Value

A tibble with job status information.

Details

Cancel the generation of IncidenceRate id in the WebApi.

Examples

if (FALSE) {
cancelIncidenceRateGeneration(incidenceRateId = 13242,
                              baseUrl = "http://server.org:80/WebAPI",
                              sourceKey = "HCUP")
}