Learn R Programming

cryptoTax (version 0.0.5)

data_coinsmart: Sample data set of a fictive CoinSmart transaction history file

Description

A fictive CoinSmart data set to demonstrate format_coinsmart().

Usage

data_coinsmart

Arguments

Format

A data frame with 8 rows and 7 variables:

Credit

amount added

Debit

amount removed

TransactionType

transaction type

ReferenceType

description

Product

the currency

Balance

the current balance

TimeStamp

the date

...