tax_table | R Documentation |
Format tax tables for the final rmd/html report.
tax_table(table, repeat.header = FALSE, type = 1)
table |
The table to format |
repeat.header |
Logical, whether to repeat headers at the bottom. |
type |
Type of table, one of 1 (default), 2, or 3. |
A flextable object, with certain formatting features.
all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) x <- get_sup_losses(formatted.ACB, 2021) tax_table(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.