Skip to contents

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)
#> # A tibble: 1 × 2
#> # Groups:   exchange [1]
#>   exchange date               
#>   <chr>    <dttm>             
#> 1 shakepay 2021-07-10 00:52:19