merge_exchanges: List transactions by coin

View source: R/merge_exchanges.R

merge_exchangesR Documentation

List transactions by coin

Description

Provides a list of transactions, separated by coin..

Usage

merge_exchanges(...)

Arguments

...

To pass the other exchanges to be merged.

Value

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

Examples

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

cryptoTax documentation built on March 7, 2023, 7:46 p.m.