format_newton: Format Newton file

View source: R/format_newton.R

format_newtonR Documentation

Format Newton file

Description

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.

Usage

format_newton(data, filetype = "yearly")

Arguments

data

The dataframe

filetype

Which Newton file format to use, one of c("yearly", "cointracker", or "koinly"). Only "yearly" (default) supported at this time.

Value

A data frame of exchange transactions, formatted for further processing.

Examples

format_newton(data_newton)

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