convert_currency: Get exchange rates between two currencies in a given time...

Description Usage Arguments

View source: R/funcs.R

Description

Hitting the exchangerates.io API to get historical exchange rate from today n days backwards

Usage

1
convert_currency(to, from, n_days, retried = 0)

Arguments

to

Currency to convert TO

from

Currency to convert FROM

n_days

Number of days from current date

retried

Number of retries in the previous step


geroldcsendes/mr documentation built on June 13, 2020, 12:23 a.m.