View source: R/AutoGeneratedDefinitions.R
detectPredictionsByName | R Documentation |
Detect the presence of string matched Prediction definitions.
detectPredictionsByName(pattern, negate = FALSE, baseUrl)
pattern |
A pattern to look for. See str_detect for details. |
negate |
If TRUE, return non-matching elements. See str_detect for details. |
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
Detect string matched Prediction definition names from the WebApi, and retrieve metadata definitions.
FALSE if no matches. If matched - output from getPredictionDefinitionsMetaData
## Not run: detectPredictions(pattern = "this text string to search in pattern", 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.