View source: R/format_adalite.R
format_adalite | R Documentation |
Format a .csv transaction history file from the Adalite wallet for later ACB processing.
format_adalite(data, list.prices = NULL, force = FALSE)
data |
The dataframe |
list.prices |
A |
force |
Whether to force recreating |
A data frame of exchange transactions, formatted for further processing.
data <- data_adalite format_adalite(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.