Check for new transactions for a given exchange
Examples
data <- data_CDC[1:5, ]
known.transactions <- c("crypto_purchase", "lockup_lock")
check_new_transactions(data,
known.transactions = known.transactions,
transactions.col = "Transaction.Kind",
description.col = "Transaction.Description"
)
#> Warning: New transaction types detected! These may be unaccounted for: crypto_viban_exchange, mco_stake_reward, rewards_platform_deposit_credited, admin_wallet_credited. Associated descriptions: ETH -> CAD, BTC -> CAD, CRO Stake Rewards, Mission Rewards Deposit, Adjustment (Credit)