Learn R Programming

cryptoTax (version 0.0.5)

get_sup_losses: Get superficial loss amounts

Description

Get superficial loss amounts

Usage

get_sup_losses(formatted.ACB, tax.year, local.timezone = Sys.timezone())

Value

A data frame, with the following columns: currency, sup.loss.

Arguments

formatted.ACB

The dataframe formatted.ACB,

tax.year

which year

local.timezone

which time zone

Examples

Run this code
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