Learn R Programming

cryptoTax (version 0.0.5)

format_CDC: Format Crypto.com App file

Description

Format a .csv transaction history file from Crypto.com for later ACB processing.

Usage

format_CDC(data)

Value

A data frame of exchange transactions, formatted for further processing.

Arguments

data

The dataframe

Details

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.

Examples

Run this code
format_CDC(data_CDC)

Run the code above in your browser using DataLab