Skip to contents

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

Usage

optionsTableCohortTiming()

Value

The default .options named list.

Examples

{
optionsTableCohortTiming()
}
#> $uniqueCombinations
#> [1] TRUE
#> 
#> $decimals
#>    integer percentage    numeric proportion 
#>          0          2          2          2 
#> 
#> $decimalMark
#> [1] "."
#> 
#> $bigMark
#> [1] ","
#> 
#> $keepNotFormatted
#> [1] TRUE
#> 
#> $useFormatOrder
#> [1] TRUE
#> 
#> $delim
#> [1] "\n"
#> 
#> $includeHeaderKey
#> [1] TRUE
#> 
#> $style
#> [1] "default"
#> 
#> $na
#> [1] "-"
#> 
#> $title
#> NULL
#> 
#> $subtitle
#> NULL
#> 
#> $caption
#> NULL
#> 
#> $groupNameAsColumn
#> [1] FALSE
#> 
#> $groupOrder
#> NULL
#> 
#> $colsToMergeRows
#> [1] "all_columns"
#>