View source: R/get_sup_losses.R
get_sup_losses | R Documentation |
Get superficial loss amounts
get_sup_losses(formatted.ACB, tax.year, local.timezone = Sys.timezone())
formatted.ACB |
The dataframe |
tax.year |
which year |
local.timezone |
which time zone |
A data frame, with the following columns: currency, sup.loss.
all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) get_sup_losses(formatted.ACB, 2021)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.