
Run benchmark of codelistGenerator analyses
benchmarkCodelistGenerator.RdRun benchmark of codelistGenerator analyses
Examples
# \donttest{
library(CodelistGenerator)
cdm <- mockVocabRef()
timings <- benchmarkCodelistGenerator(cdm)
#> Warning: - No matching Ingredient codes found for acetaminophen and codein
#> Limiting to domains of interest
#> Getting concepts to include
#> Adding concepts using synonymns
#> Adding codes from non-standard
#> No codes found for the given search strategy
# }