format_detect | R Documentation |
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 class 'data.frame' format_detect(data, list.prices = NULL, force = FALSE, ...) ## S3 method for class 'list' format_detect(data, list.prices = NULL, force = FALSE, ...)
data |
The dataframe |
... |
Used for other methods. |
list.prices |
A |
force |
Whether to force recreating |
A data frame of exchange transactions, formatted for further processing.
format_detect(data_shakepay) format_detect(data_newton) format_detect(list(data_shakepay, data_newton))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.