Description Usage Arguments Details Value Examples
View source: R/WebApiDataSources.R
Get the results from individual Achilles reports by data Source definition expression
1 | getDataSourceReportDataForSourceKey(baseUrl, sourceKey, reportType)
|
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 |
reportType |
The precomputed report type in Atlas (Achilles report e.g. dashboard, datadensity, person etc) |
Obtain the JSON expression from WebAPI for a given dataSource
A list of object with pre computed Achilles results for the sourceKey and Achilles report
1 2 3 4 5 6 | ## Not run:
# This will obtain pre-computed summary regarding dataSource
getDataSourceReportDataForSourceKey(baseUrl = "http://server.org:80/WebAPI", dataSource = 'dataSource', reportType = 'dashboard')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.