Description Usage Arguments Details Value
Use this function to modify theme settings
1 |
digits |
= c(3,2) |
sig_levels |
= c('***' = 0.01, '**' = 0.05, '*' = 0.1) |
This function allows the user to specify the details of how tables are displayed. The tabler theme is designed to operate in the same way as themes in ggplot2. The theme function can be customized by the user once and then easily applied to all subsequent tables. This allows a consistent presentation among tables that does not require passing the same options into each tabler function.
tablerTheme object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.