get_exchange_rates: Look up the historical exchange rates for any currency pair...

Description Usage Arguments Value

View source: R/get_exchange_rates.R

Description

Look up the historical exchange rates for any currency pair for the provided time interval

Usage

1
2
3
4
5
6
7
get_exchange_rates(
  base,
  symbol,
  start_date = Sys.Date() - 30,
  end_date = Sys.Date(),
  retried = 0
)

Arguments

start_date

date

end_date

date

retried

number of times the function has been retried

Value

data.table object


steveJ34/Mastering-R-HW1 documentation built on Dec. 23, 2021, 5:32 a.m.