Learn R Programming

cryptoTax (version 0.0.5)

merge_exchanges: List transactions by coin

Description

Provides a list of transactions, separated by coin..

Usage

merge_exchanges(...)

Value

A data frame, with rows binded and arranged, of the provided data frames.

Arguments

...

To pass the other exchanges to be merged.

Examples

Run this code
shakepay <- format_shakepay(data_shakepay)
newton <- format_newton(data_newton)
merge_exchanges(shakepay, newton)

Run the code above in your browser using DataLab