getGenerationInformation | R Documentation |
Get generation information.
getGenerationInformation(id, category, baseUrl)
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". |
Get generation (execution) information.
An R object with the generation information.
## Not run: getGenerationInformation(id = 13242, category = "cohort", baseUrl = "http://server.org:80/WebAPI") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.