Description Usage Arguments Examples
This function reads styling from the styles defined here
| 1 | auto_style_number_formatting(tab, overrides = list())
 | 
| tab | a table object | 
| overrides | a list containing any manual overrides where the user wants to provide their own style name | 
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.