getEstimationSpecification: Get the results from individual Achilles reports by data...

Description Usage Arguments Details Value Examples

View source: R/WebApiEstimation.R

Description

Get the results from individual Achilles reports by data Source definition expression

Usage

1
getEstimationSpecification(baseUrl, estimationId)

Arguments

baseUrl

The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".

estimationId

The Atlas id for the estimation specification

Details

Obtain the JSON expression from WebAPI for a given dataSource

Value

A list of objects with specifications for estimation

Examples

1
2
3
4
5
6
## Not run: 
# This will obtain pre-computed summary regarding dataSource

getEstimationSpecification(baseUrl = "http://server.org:80/WebAPI", estimationId = 3434)

## End(Not run)

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