R/AutoGeneratedDefinitions.R
detectCharacterizationsByName.Rd
Detect the presence of string matched Characterization definitions.
detectCharacterizationsByName(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 getCharacterizationDefinitionsMetaData
Detect string matched Characterization definition names from the WebApi, and retrieve metadata definitions.
if (FALSE) {
detectCharacterizations(pattern = "this text string to search in pattern",
baseUrl = "http://server.org:80/WebAPI")
}