tax_box | R Documentation |
Output a simple table with all the relevant tax information and tax form line numbers.
tax_box(report.summary, sup.losses, table.revenues, proceeds)
report.summary |
report.summary |
sup.losses |
sup.losses |
table.revenues |
table.revenues |
proceeds |
proceeds |
A data frame, with the following columns: Description, Amount, Comment, Line
my.list.prices <- prepare_list_prices(coins = "BTC", start.date = "2021-01-01") all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) report.summary <- report_summary(formatted.ACB, today.data = TRUE, list.prices = my.list.prices) sup.losses <- get_sup_losses(formatted.ACB, 2021) table.revenues <- report_revenues(formatted.ACB, 2021) proceeds <- get_proceeds(formatted.ACB, 2021) tax_box(report.summary, sup.losses, table.revenues, proceeds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.