View source: R/report_overview.R
report_overview | R Documentation |
Provides a summary of Adjusted Cost Base (ACB) per share, as well as realized and unrealized gains/losses (plus net value), per coin.
report_overview( formatted.ACB, today.data = TRUE, tax.year = "all", local.timezone = Sys.timezone(), list.prices = NULL, force = FALSE )
formatted.ACB |
The formatted ACB data. |
today.data |
whether to fetch today's data. |
tax.year |
Which tax year(s) to include. |
local.timezone |
Which time zone to use for the date of the report. |
list.prices |
A |
force |
Whether to force recreating |
A summary data frame, containing at least the following columns: date.last, currency, total.quantity, cost.share, total.cost, gains, losses, net, currency.
all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) report_overview(formatted.ACB, today.data = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.