
Sample data set of a fictive Crypto.com wallet transaction history file
Source:R/data_CDC_wallet.R
data_CDC_wallet.Rd
A fictive Crypto.com wallet data set to demonstrate format_CDC_wallet()
.
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
...