powered by
Format tax tables for the final rmd/html report.
tax_table(table, repeat.header = FALSE, type = 1)
A flextable object, with certain formatting features.
The table to format
Logical, whether to repeat headers at the bottom.
Type of table, one of 1 (default), 2, or 3.
all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) x <- get_sup_losses(formatted.ACB, 2021) tax_table(x)
Run the code above in your browser using DataLab