Get results for a IncidenceRate Id.
getIncidenceRateResults(incidenceRateId, baseUrl)
An integer id representing the id that uniquely identifies a incidence rate analysis definition in a WebApi instance.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
An R object with results.
Get the results for IncidenceRate id.
if (FALSE) {
getIncidenceRateResults(incidenceRateId = 342, baseUrl = "http://server.org:80/WebAPI")
}