
Get the date from the latest transactions per exchange
Source:R/get_latest_transactions.R
get_latest_transactions.Rd
Get the date from the latest transactions per exchange
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