Skip to contents

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

Source

Internal data consisting of all country names

Value

data for names of country

Examples

# load the country names
data(country_names)

# view content of the countries currency
head(country_names)
#> # A tibble: 6 x 2
#>      ID name               
#>   <dbl> <chr>              
#> 1 10001 Afghanistan        
#> 2 10002 Albania            
#> 3 10003 Algeria            
#> 4 10004 Andorra            
#> 5 10005 Angola             
#> 6 10006 Antigua and Barbuda