Learn R Programming

cryptoTax (version 0.0.5)

listby_coin: List transactions by coin

Description

Provides a list of transactions, separated by coin..

Usage

listby_coin(formatted.ACB)

Value

A list of formatted data frames, by coin.

Arguments

formatted.ACB

The dataframe

Examples

Run this code
all.data <- format_shakepay(data_shakepay)
formatted.ACB <- format_ACB(all.data, verbose = FALSE)
listby_coin(formatted.ACB)

Run the code above in your browser using DataLab