powered by
This function reads styling from the styles defined here
auto_style_number_formatting(tab, overrides = list())
a table object
a list containing any manual overrides where the user wants to provide their own style name
# NOT RUN { 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) # }
Run the code above in your browser using DataLab