Learn R Programming

cryptoTax (version 0.0.5)

format_shakepay: Format Shakepay file

Description

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

Usage

format_shakepay(data)

Value

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

Arguments

data

The dataframe

Examples

Run this code
formatted.shakepay <- format_shakepay(data_shakepay)
formatted.shakepay

Run the code above in your browser using DataLab