getDataSourceReportsDataForSourceKeys: Get the all the results from all Achilles reports for all...

Description Usage Arguments Details Value Examples

View source: R/WebApiDataSources.R

Description

Get the all the results from all Achilles reports for all provided data Sources

Usage

1

Arguments

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.

Details

Obtains the JSON expression from WebAPI for a list of dataSource, derived from given list of CDMschemas and returns list of tibble dataframes

Value

A list of object representing pre computed Achilles results for the list of sourceKey's

Examples

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)

gowthamrao/StudyManagement documentation built on March 9, 2020, 10:48 p.m.