Description Usage Arguments Details Value Examples
View source: R/WebApiIncidenceRateAnalysis.R
Get precomputed incidence rate analysis results from a specified Atlas incidence rate analyis ID for the specified combination of Atlas targetId, Atlas outcomeId and Data Source.
1 | getIncidenceRateAnalysis(baseUrl, incidenceRateId)
|
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
incidenceRateId |
The Atlas ID for incidence rate analysis. |
Obtain a data frame with results
A list of Data Frame objects corresponding to the results of the Incidence Rate Analysis.
1 2 3 4 5 6 7 | ## Not run:
# This will obtain a list of Data Frame with results of the Incidence Rate Analysis:
getIncidenceRateAnalysis <- function(baseUrl "http://server.org:80/WebAPI",
incidenceRateId = 296)
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.