Get generation information.
getGenerationInformation(id, category, baseUrl)
An integer id representing the id that uniquely identifies a definition for the category in a WebApi instance.
The category of expression in WebApi. Only the following strings are accepted: 'cohort', 'characterization', 'pathway', 'incidenceRate'.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
An R object with the generation information.
Get generation (execution) information.
if (FALSE) {
getGenerationInformation(id = 13242,
category = "cohort",
baseUrl = "http://server.org:80/WebAPI")
}