powered by
View rows with negative total balances to help identify missing transactions.
check_missing_transactions(formatted.ACB)
A data frame, filtered with the rows containing a total quantity smaller than zero.
The formatted.ACB file
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