View source: R/tableCohortOverlap.R
tableCohortOverlap | R Documentation |
tableCohortOverlap(
result,
uniqueCombinations = TRUE,
type = "gt",
header = c("variable_name"),
groupColumn = c("cdm_name"),
hide = c("variable_level")
)
result |
A summariseOverlapCohort result. |
uniqueCombinations |
Whether to display unique combinations reference - comparator. |
type |
Type of table. Check supported types with
|
header |
Columns to use as header. See options with
|
groupColumn |
Columns to group by. See options with
|
hide |
Columns to hide from the visualisation. See options with
|
A formatted table of the summariseOverlapCohort result.
library(CohortCharacteristics)
cdm <- mockCohortCharacteristics()
overlap <- summariseCohortOverlap(cdm$cohort2)
tableCohortOverlap(overlap)
mockDisconnect(cdm = cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.