Learn R Programming

cryptoTax (version 0.0.5)

format_uphold: Format Uphold file

Description

Format a .csv transaction history file from Uphold for later ACB processing.

Usage

format_uphold(data, list.prices = NULL, force = FALSE)

Value

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

Arguments

data

The dataframe

list.prices

A list.prices object from which to fetch coin prices.

force

Whether to force recreating list.prices even though it already exists (e.g., if you added new coins or new dates).

Examples

Run this code
format_uphold(data_uphold)

Run the code above in your browser using DataLab