Format a summariseOverlapCohort result into a visual table.
Source:R/tableCohortOverlap.R
tableCohortOverlap.Rd
Arguments
- result
A summariseOverlapCohort result.
- uniqueCombinations
Whether to display unique combinations reference - comparator.
- type
Type of table. Check supported types with
visOmopResults::tableType()
.- header
Columns to use as header. See options with
tidyColumns(result)
.- groupColumn
Columns to group by. See options with
tidyColumns(result)
.- hide
Columns to hide from the visualisation. See options with
tidyColumns(result)
.
Examples
# \donttest{
library(CohortCharacteristics)
cdm <- mockCohortCharacteristics()
overlap <- summariseCohortOverlap(cdm$cohort2)
tableCohortOverlap(overlap)
#> ! Results have not been suppressed.
PP_MOCK
mockDisconnect(cdm = cdm)
# }