print_report | R Documentation |
Will output a full crypto tax report in HTML format, which can then be printed or saved as PDF.
print_report(tax.year, name, report.info)
tax.year |
The tax year desired. |
name |
Name of the individual for the report. |
report.info |
The report info obtained from |
An HTML page containing a crypto tax report.
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.info <- prepare_report(formatted.ACB, 2021, list.prices = list.prices) print_report(2021, "Mr. Cryptoltruist", report.info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.