benchmarkCohortConstructor | R Documentation |
Run benchmark of CohortConstructor cohort instantiation time compared to CIRCE from JSON. More information in the benchmarking vignette.
benchmarkCohortConstructor(
cdm,
runCIRCE = TRUE,
runCohortConstructorDefinition = TRUE,
runCohortConstructorDomain = TRUE,
dropCohorts = TRUE
)
cdm |
A cdm reference. |
runCIRCE |
Whether to run cohorts from JSON definitions generated with Atlas. |
runCohortConstructorDefinition |
Whether to run the benchmark part where cohorts are created with CohortConstructor by definition (one by one, separately). |
runCohortConstructorDomain |
Whether to run the benchmark part where cohorts are created with CohortConstructor by domain (instantianting base cohort all together, as a set). |
dropCohorts |
Whether to drop cohorts created during benchmark. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.