View source: R/format_newton.R
format_newton | R Documentation |
Format a .csv transaction history file from Newton for later ACB processing. When downloading from Newton, please choose the yearly reports format (the "CoinTracker Version" and "Koinly Version" are not supported at this time). If you have multiple years, that means you might have to merge the two datasets.
format_newton(data, filetype = "yearly")
data |
The dataframe |
filetype |
Which Newton file format to use, one of c("yearly", "cointracker", or "koinly"). Only "yearly" (default) supported at this time. |
A data frame of exchange transactions, formatted for further processing.
format_newton(data_newton)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.