list_currencies: Find Supported Currencies

Description Usage Arguments

View source: R/api.R

Description

Generates a list of the currencies supported by currency_convert.

Usage

1
list_currencies(key, as_df = FALSE, ...)

Arguments

key

Your Open Exchange Rates API key. See their access plans (particularly the 'forever free' plan linked at the bottom).

as_df

Whether to return the results as a data.frame. If not, it will be a named list. Set to FALSE by default.

...

Further arguments to pass to httr's GET function.


KevinPedroza/lucr documentation built on Dec. 2, 2019, 12:03 a.m.