get_sup_losses: Get superficial loss amounts

View source: R/get_sup_losses.R

get_sup_lossesR Documentation

Get superficial loss amounts

Description

Get superficial loss amounts

Usage

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

Arguments

formatted.ACB

The dataframe formatted.ACB,

tax.year

which year

local.timezone

which time zone

Value

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

Examples

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

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