View source: R/checkTimeBetween.R
summariseTimeBetween | R Documentation |
Check time in between drug records per person and report the summary
summariseTimeBetween(
cdm,
drugRecordsTable = "ingredient_drug_records",
byConcept = TRUE,
sampleSize = 10000
)
cdm |
CDMConnector reference object |
drugRecordsTable |
a modified version of the drug exposure table, default "ingredient_drug_records" |
byConcept |
whether to get result by drug concept |
sampleSize |
the sample size given in execute checks |
a table with the stats about the time between
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.