get_proceeds | R Documentation |
Get proceeds of sold coins, ACB of sold coins, and resulting difference between the two, capital gains.
get_proceeds(formatted.ACB, tax.year, local.timezone = Sys.timezone())
formatted.ACB |
The |
tax.year |
which year |
local.timezone |
which time zone |
A data frame, with the following columns: type, proceeds, ACB.total, gains.
all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) get_proceeds(formatted.ACB, 2021)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.