powered by
Detect the exchange of a given transaction file and format it with the proper function for later ACB processing.
format_detect(data, ...)# S3 method for data.frame format_detect(data, list.prices = NULL, force = FALSE, ...)# S3 method for list format_detect(data, list.prices = NULL, force = FALSE, ...)
# S3 method for data.frame format_detect(data, list.prices = NULL, force = FALSE, ...)
# S3 method for list format_detect(data, list.prices = NULL, force = FALSE, ...)
A data frame of exchange transactions, formatted for further processing.
The dataframe
Used for other methods.
A list.prices object from which to fetch coin prices.
list.prices
Whether to force recreating list.prices even though it already exists (e.g., if you added new coins or new dates).
format_detect(data_shakepay) format_detect(data_newton) format_detect(list(data_shakepay, data_newton))
Run the code above in your browser using DataLab