Learn R Programming

CodelistGenerator (version 4.0.0)

benchmarkCodelistGenerator: Run benchmark of codelistGenerator analyses

Description

Run benchmark of codelistGenerator analyses

Usage

benchmarkCodelistGenerator(cdm)

Value

a tibble with time taken for different analysis

Arguments

cdm

a CDM reference object

Examples

Run this code
# \donttest{
library(CodelistGenerator)

cdm <- mockVocabRef()

timings <- benchmarkCodelistGenerator(cdm)
# }

Run the code above in your browser using DataLab