Skip to contents

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

Usage

tableSequenceRatiosOptions()

Value

The default .options named list.

Examples

{
 tableSequenceRatiosOptions()
}
#> $decimals
#>    integer    numeric percentage proportion 
#>          0          2          1          3 
#> 
#> $decimalMark
#> [1] "."
#> 
#> $bigMark
#> [1] ","
#> 
#> $keepNotFormatted
#> [1] TRUE
#> 
#> $useFormatOrder
#> [1] TRUE
#> 
#> $header
#> NULL
#> 
#> $includeHeaderName
#> [1] FALSE
#> 
#> $includeHeaderKey
#> [1] TRUE
#> 
#> $na
#> [1] "-"
#> 
#> $title
#> NULL
#> 
#> $subtitle
#> NULL
#> 
#> $caption
#> NULL
#> 
#> $groupColumn
#> NULL
#> 
#> $groupAsColumn
#> [1] FALSE
#> 
#> $groupOrder
#> NULL
#> 
#> $colsToMergeRows
#> [1] "all_columns"
#>