
Sample data set of a fictive Crypto.com exchange rewards transaction history file
Source:R/data_CDC_exchange_rewards.R
data_CDC_exchange_rewards.Rd
A fictive Crypto.com exchange rewards data set to demonstrate format_CDC_exchange_rewards()
.
Format
A data frame with 10 rows and 12 variables:
- Date
the date
- Sent.Amount
sent quantity
- Sent.Currency
sent currency
- Received.Amount
received quantity
- Received.Currency
received currency
- Fee.Amount
fee quantity
- Fee.Currency
fee currency
- Net.Worth.Amount
net worth quantity
- Net.Worth.Currency
net worth currency
- Label
transaction type
- Description
description
- TxHash
transaction hash
...