View source: R/get_latest_transactions.R
get_latest_transactions | R Documentation |
Get the date from the latest transactions per exchange
get_latest_transactions(formatted.ACB)
formatted.ACB |
The formatted.ACB file |
A data frame with two columns: the name of the exchange as well as the date of the latest transaction.
all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) get_latest_transactions(formatted.ACB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.