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