Description Usage Arguments Value Examples
View source: R/exchange_rates.R
Getting exchange rate between USD and HUF for 30 days
1 2 3 4 5 6 7 | get_exchange_rate(
base_currency,
end_currency,
start_date = Sys.Date() - 30,
end_date = Sys.Date(),
retried = 0
)
|
base_currency |
character |
end_currency |
character |
start_date |
date |
end_date |
date |
retried |
number of times the function has failed |
data.table
object
1 | get_exchange_rate("USD", "HUF")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.