Skip to contents

It provides a list of allowed inputs for .option argument in tableCharacteristics, and their given default values.

Usage

optionsTableCharacteristics()

Value

The default .options named list.

Examples

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