match_prices | R Documentation |
Matches prices obtained through the prepare_list_prices()
function with the transaction data frame.
match_prices( data, my.coins = NULL, start.date = "2021-01-01", list.prices = NULL, force = FALSE )
data |
The dataframe |
my.coins |
Your coins to match |
start.date |
What date to start reporting prices for. |
list.prices |
A |
force |
Whether to force recreating |
A data frame, with the following added columns: spot.rate.
data <- format_shakepay(data_shakepay)[c(1:2)] match_prices(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.