Description Usage Arguments Details Value Examples
View source: R/WebApiDataSources.R
Get the all the results from all Achilles reports for all provided data Sources
1 | getDataSourceReportsDataForSourceKeys(baseUrl, sourceKeys)
|
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
sourceKeys |
A list of source keys for a CDM instance in WebAPI, as defined in the Configuration page. |
Obtains the JSON expression from WebAPI for a list of dataSource, derived from given list of CDMschemas and returns list of tibble dataframes
A list of object representing pre computed Achilles results for the list of sourceKey's
1 2 3 4 5 6 | ## Not run:
# This will obtain pre-computed summary regarding dataSource
getDataSourceReportsDataForSourceKeys(baseUrl = "http://server.org:80/WebAPI", cdmDatabaseSchemas = c('schema1','schema2')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.