View source: R/report_revenues.R
report_revenues | R Documentation |
Provides a summary of revenues from all sources.
report_revenues( formatted.ACB, tax.year = "all", local.timezone = Sys.timezone() )
formatted.ACB |
The formatted ACB data. |
tax.year |
Which tax year(s) to include. |
local.timezone |
Which time zone to use for the date of the report. |
A data frame, with the following columns: exchange, date.last, total.revenues, airdrops, referrals, staking, promos, interests, rebates, rewards, forks, mining, currency.
all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) report_revenues(formatted.ACB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.