auto_style_number_formatting: Use the data type of the columns to choose an automatic Excel...

Description Usage Arguments Examples

Description

This function reads styling from the styles defined here

Usage

1
auto_style_number_formatting(tab, overrides = list())

Arguments

tab

a table object

overrides

a list containing any manual overrides where the user wants to provide their own style name

Examples

1
2
3
4
body_data <- readRDS(system.file("extdata", "test_number_types.rds", package="xltabr"))
tab <- initialise()
tab <- add_body(tab, body_data)
tab <- auto_style_number_formatting(tab)

moj-analytical-services/xltabr documentation built on May 9, 2019, 9:59 p.m.