Learn R Programming

r2country (version 2.0.2.4.0)

country_names: Dataset of country names

Description

Data for all country currency names and associated ID

Usage

data(country_names)

Arguments

Value

data for names of country

Format

A data frame with the names of all countries

ID

Identifier for the countries

name

name of the countries

References

https://www.wikipedia.org

Examples

Run this code
# load the country names
data(country_names)

# view content of the countries currency
head(country_names)

Run the code above in your browser using DataLab