Get generation information.

getGenerationInformation(id, category, baseUrl)

Arguments

id

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

category

The category of expression in WebApi. Only the following strings are accepted: 'cohort', 'characterization', 'pathway', 'incidenceRate'.

baseUrl

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

Value

An R object with the generation information.

Details

Get generation (execution) information.

Examples

if (FALSE) {
getGenerationInformation(id = 13242,
                         category = "cohort",
                         baseUrl = "http://server.org:80/WebAPI")
}