rc_by_currency: Search by Currency

View source: R/restcountries_api.R

rc_by_currencyR Documentation

Search by Currency

Description

Currency is a system of money in general use in a particular country at a specific time. You can read more about the currencies for the various countries https://www.xe.com/currency/

Usage

rc_by_currency(input)

Arguments

input

Vector(charact) which contains three-character alphabetic, and the three digit numeric ISO 4217 code for any country.

Examples

## Not run: 
x <- rc_by_currency('USD')
x

## End(Not run)

denironyx/restcountries documentation built on July 8, 2024, 8:57 a.m.