format_gemini: Format Gemini file

View source: R/format_gemini.R

format_geminiR Documentation

Format Gemini file

Description

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

Usage

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

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).

Value

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

Examples

format_gemini(data_gemini)

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