View source: R/check_missing_transactions.R
check_missing_transactions | R Documentation |
View rows with negative total balances to help identify missing transactions.
check_missing_transactions(formatted.ACB)
formatted.ACB |
The formatted.ACB file |
A data frame, filtered with the rows containing a total quantity smaller than zero.
all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) check_missing_transactions(formatted.ACB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.