View source: R/report_summary.R
report_summary | R Documentation |
Provides a summary of realized capital gains and losses (and total).
report_summary( 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: Type, Amount, currency.
all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) report_summary(formatted.ACB, today.data = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.