format_CDC | R Documentation |
Format a .csv transaction history file from Crypto.com for later ACB processing.
format_CDC(data)
data |
The dataframe |
Be aware that CDC unfortunately does not include the withdrawal
fees in their exported transaction files (please lobby to include this feature).
This function attempts to guess some known withdrawal fees at some point in time
but depending on when the withdrawals were made, the withdrawal fees are most
certainly inaccurate. You will have to make a manual correction for the
withdrawal fees after using format_CDC
, on the resulting dataframe.
A data frame of exchange transactions, formatted for further processing.
format_CDC(data_CDC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.