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