powered by
Get superficial loss amounts
get_sup_losses(formatted.ACB, tax.year, local.timezone = Sys.timezone())
A data frame, with the following columns: currency, sup.loss.
The dataframe formatted.ACB,
formatted.ACB
which year
which time zone
all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) get_sup_losses(formatted.ACB, 2021)
Run the code above in your browser using DataLab