country_money {r2country} | R Documentation |
Dataset for Country Currencies
Description
Data for all country currency names and symbols
Usage
data(country_money)
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
Value
data for currencies by country
Source
Internal data for currencies belonging to every country
References
See Also
country_names
for linkage of IDs with country names
Examples
data(country_money)
# view content of the countries currency
head(country_money)
[Package r2country version 2.0.2.4.0 Index]