R/AutoGeneratedDefinitions.R
detectEstimationsByName.Rd
Detect the presence of string matched Estimation definitions.
detectEstimationsByName(pattern, negate = FALSE, baseUrl)
A pattern to look for. See str_detect for details.
If TRUE, return non-matching elements. See str_detect for details.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
FALSE if no matches. If matched - output from getEstimationDefinitionsMetaData
Detect string matched Estimation definition names from the WebApi, and retrieve metadata definitions.
if (FALSE) {
detectEstimations(pattern = "this text string to search in pattern",
baseUrl = "http://server.org:80/WebAPI")
}