Learn R Programming

cryptoTax (version 0.0.5)

check_missing_transactions: View rows with negative total balances

Description

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

Usage

check_missing_transactions(formatted.ACB)

Value

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

Arguments

formatted.ACB

The formatted.ACB file

Examples

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

Run the code above in your browser using DataLab