Invoke generation.
invokeGeneration(id, baseUrl, sourceKey, category)
An integer id representing the id that uniquely identifies a definition for the category in a WebApi instance.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
The source key for a CDM instance in WebAPI, as defined in the Configuration page
These are the categories in WebApi. The valid string options are 'conceptSet', 'cohort', 'characterization', 'pathway, 'incidenceRate', 'estimation', 'prediction'.
A dataframe with generation information such as status, jobName, and time.
Invoke generation (execution) information.
if (FALSE) {
invokeGeneration(id = 13242, category = "cohort", baseUrl = "http://server.org:80/WebAPI")
}