check_missing_transactions: View rows with negative total balances

View source: R/check_missing_transactions.R

check_missing_transactionsR Documentation

View rows with negative total balances

Description

View rows with negative total balances to help identify missing transactions.

Usage

check_missing_transactions(formatted.ACB)

Arguments

formatted.ACB

The formatted.ACB file

Value

A data frame, filtered with the rows containing a total quantity smaller than zero.

Examples

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

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