convert_currency: Converts currency using api.exchangerate.host

Description Usage Arguments Value Examples

View source: R/convert_currency.R

Description

Converts currency using api.exchangerate.host

Usage

1
convert_currency(from = "USD", to = "HUF", retried = 0)

Arguments

from

Currency to convert from

to

Currency to convert to

retried

Hidden parameter used as an exponent of wait time between failed attempts.

Value

exchange rate

Examples

1
convert_currency(from = "EUR", to = "HUF")

szutsattila/mastering-r-hw1 documentation built on Dec. 23, 2021, 7:40 a.m.