country_names {r2country} | R Documentation |
Dataset of country names
Description
Data for all country currency names and associated ID
Usage
data(country_names)
Format
A data frame with the names of all countries
- ID
Identifier for the countries
- name
name of the countries
Value
data for names of country
Source
Internal data consisting of all country names
References
Examples
# load the country names
data(country_names)
# view content of the countries currency
head(country_names)
[Package r2country version 2.0.2.4.0 Index]