Rdocumentation
powered by
Learn R Programming
lucr (version 0.2.0)
list_currencies: Find Supported Currencies
Description
Generates a list of the currencies supported by
currency_convert
.
Usage
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.