Get Prediction id definition.

getPredictionDefinition(predictionId, baseUrl)

Arguments

predictionId

An integer id representing the id that uniquely identifies a Prediction definition in a WebApi instance.

baseUrl

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

Value

An R object representing the Prediction definition

Details

Obtain the Prediction definition from WebAPI for a given Prediction id

Examples

if (FALSE) {
getPredictionDefinition(predictionId = 13242, baseUrl = "http://server.org:80/WebAPI")
}