Skip to contents

It provides a list of allowed inputs for .option argument in tableCohortOverlap and their given default value.

Usage

optionsTableCohortOverlap()

Value

The default .options named list.

Examples

{
optionsTableCohortOverlap()
}
#> $uniqueCombinations
#> [1] TRUE
#> 
#> [[2]]
#>    integer percentage    numeric proportion 
#>          0          2          2          2 
#> 
#> $decimalMark
#> [1] "."
#> 
#> $bigMark
#> [1] ","
#> 
#> $style
#> [1] "default"
#> 
#> $na
#> [1] "-"
#> 
#> $title
#> NULL
#> 
#> $subtitle
#> NULL
#> 
#> $caption
#> NULL
#> 
#> $groupNameCol
#> NULL
#> 
#> $groupNameAsColumn
#> [1] FALSE
#> 
#> $groupOrder
#> NULL
#> 
#> $colsToMergeRows
#> [1] "all_columns"
#>