Description Usage Arguments Value Examples
View source: R/get_exchange_rates.R
Gets historical exchange rates
1 2 3 4 5 6 7 | get_exchange_rates(
start_date = Sys.Date() - 30,
end_date = Sys.Date(),
retried = 0,
numerator = "USD",
denominator = "HUF"
)
|
start_date |
starting date to receive exchange rates information |
end_date |
the last date for our exchange rates |
retried |
it defines the system's sleeping time. No input needed. |
numerator |
numerator of the requested exchange rate |
denominator |
denominator of the requested exchange rate |
data.table object
1 | get_exchange_rates(start_date = "2021-05-16", end_date = "2021-05-18", numerator = "EUR", denominator = "USD")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.