report_revenues: Report all revenues

View source: R/report_revenues.R

report_revenuesR Documentation

Report all revenues

Description

Provides a summary of revenues from all sources.

Usage

report_revenues(
  formatted.ACB,
  tax.year = "all",
  local.timezone = Sys.timezone()
)

Arguments

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.

Value

A data frame, with the following columns: exchange, date.last, total.revenues, airdrops, referrals, staking, promos, interests, rebates, rewards, forks, mining, currency.

Examples

all.data <- format_shakepay(data_shakepay)
formatted.ACB <- format_ACB(all.data, verbose = FALSE)
report_revenues(formatted.ACB)

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