tax_table: Format tax table for final HTML report

View source: R/tax_table.R

tax_tableR Documentation

Format tax table for final HTML report

Description

Format tax tables for the final rmd/html report.

Usage

tax_table(table, repeat.header = FALSE, type = 1)

Arguments

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.

Value

A flextable object, with certain formatting features.

Examples

all.data <- format_shakepay(data_shakepay)
formatted.ACB <- format_ACB(all.data, verbose = FALSE)
x <- get_sup_losses(formatted.ACB, 2021)
tax_table(x)

cryptoTax documentation built on March 7, 2023, 7:46 p.m.