Download concept set from the concept set library
Source:R/downloadConceptSet.R
      downloadConceptSet.RdDownload concept set from the concept set library
Usage
downloadConceptSet(conceptSetName = availableConceptSets())Examples
# \donttest{
library(OmopConcepts)
downloadConceptSet(c("heart_failure", "arthritis"))
#> 
#> ── 2 concept set expressions ───────────────────────────────────────────────────
#> 
#> - arthritis (1 concept criteria)
#> - heart_failure (1 concept criteria)
downloadConceptSet("@table1")
#> 
#> ── 2 concept set expressions ───────────────────────────────────────────────────
#> 
#> - arthritis (1 concept criteria)
#> - heart_failure (1 concept criteria)
# }