Description Usage Arguments Value Examples
View source: R/currencyconverter.R
Function that queries historical exchange rates for any currency
1 | convert_currency(base = "EUR", symbol = "USD", days = 2)
|
base |
string |
symbol |
string |
days |
number |
data.frame of historic exchange rates
1 | convert_currency(base = 'EUR', symbol = 'USD', days = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.