View source: R/merge_exchanges.R
merge_exchanges | R Documentation |
Provides a list of transactions, separated by coin..
merge_exchanges(...)
... |
To pass the other exchanges to be merged. |
A data frame, with rows binded and arranged, of the provided data frames.
shakepay <- format_shakepay(data_shakepay) newton <- format_newton(data_newton) merge_exchanges(shakepay, newton)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.