Description Usage Arguments Value
View source: R/get_exchange_rates.R
Look up the historical exchange rates for any currency pair for the provided time interval
1 2 3 4 5 6 7 | get_exchange_rates(
base,
symbol,
start_date = Sys.Date() - 30,
end_date = Sys.Date(),
retried = 0
)
|
start_date |
date |
end_date |
date |
retried |
number of times the function has been retried |
data.table
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.