Invoke generation.

invokeGeneration(id, baseUrl, sourceKey, category)

Arguments

id

An integer id representing the id that uniquely identifies a definition for the category 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

category

These are the categories in WebApi. The valid string options are 'conceptSet', 'cohort', 'characterization', 'pathway, 'incidenceRate', 'estimation', 'prediction'.

Value

A dataframe with generation information such as status, jobName, and time.

Details

Invoke generation (execution) information.

Examples

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