View source: R/AutoGeneratedDefinitions.R
getPredictionDefinition | R Documentation |
Get Prediction id definition.
getPredictionDefinition(predictionId, baseUrl)
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". |
Obtain the Prediction definition from WebAPI for a given Prediction id
An R object representing the Prediction definition
## Not run: getPredictionDefinition(predictionId = 13242, baseUrl = "http://server.org:80/WebAPI") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.