get_latest_transactions: Get the date from the latest transactions per exchange

View source: R/get_latest_transactions.R

get_latest_transactionsR Documentation

Get the date from the latest transactions per exchange

Description

Get the date from the latest transactions per exchange

Usage

get_latest_transactions(formatted.ACB)

Arguments

formatted.ACB

The formatted.ACB file

Value

A data frame with two columns: the name of the exchange as well as the date of the latest transaction.

Examples

all.data <- format_shakepay(data_shakepay)
formatted.ACB <- format_ACB(all.data, verbose = FALSE)
get_latest_transactions(formatted.ACB)

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