Learn R Programming

r2country (version 2.0.2.4.0)

country_money: Dataset for Country Currencies

Description

Data for all country currency names and symbols

Usage

data(country_money)

Arguments

Value

data for currencies by country

Format

A data frame with all countries and columns for currency

ID

Identifier for countries

currency

name of the currency

symbol

symbol of the currency

isocode

The ISO code of the currency

fractionalunity

The fractional unit of the currency

References

https://www.wikipedia.org

See Also

country_names for linkage of IDs with country names

Examples

Run this code
data(country_money)

# view content of the countries currency
head(country_money)

Run the code above in your browser using DataLab