print_report: Print full crypto tax report

View source: R/print_report.R

print_reportR Documentation

Print full crypto tax report

Description

Will output a full crypto tax report in HTML format, which can then be printed or saved as PDF.

Usage

print_report(tax.year, name, report.info)

Arguments

tax.year

The tax year desired.

name

Name of the individual for the report.

report.info

The report info obtained from prepare_report().

Value

An HTML page containing a crypto tax report.

Examples


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)




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