Description Usage Arguments Examples
View source: R/convert_currency.R
Query historical exchange rates for any currency for the past number of days from https://exchangeratesapi.io/.
1 | convert_currency(base, symbol, days)
|
base |
base currency |
symbol |
currency to convert to |
days |
number of days to go back from current date |
1 | convert_currency('EUR', 'HUF', 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.