Description Usage Arguments Value Examples
View source: R/get_exchange_rates.R
Look up the historical values of base currency in another currency.
1 2 3 4 5 6 7 | get_exchange_rates(
base = "USD",
symbols = "HUF",
start_date = Sys.Date() - 30,
end_date = Sys.Date(),
retried = 0
)
|
base |
date |
symbols |
date |
start_date |
currency symbol |
end_date |
currency symbol |
retried |
number of times the function already failed |
data.table object
1 2 3 | get_exchange_rates()
get_exchange_rates(base= 'USD', symbols='EUR')
get_exchange_rates(base= 'USD', symbols='GBP', start_date= "2021-04-24", end_date= "2021-05-10")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.