countries: All countries with their 2 digit codes (ISO 3166-1)

Description Usage Format Source

Description

All countries on the planet with names, iso names, iso code, continent and wikipedia page. iso.name is ISO 3166-1-alpha-2 English country names with ISO 3166-1-alpha-2 code elements. This list is built by datapleth.io using various sources.

Usage

1

Format

A data frame with 10051 rows and 5 variables:

country.code

chr,country ISO 3166-1-alpha-2 code elements

country.name

chr, usual name of countries in english

country.iso.name

chr, official short names of countries in English as given in ISO 3166-1

country.continent

Factor, countinent the country belongs to : "Europe", "Asia", "Africa", "Antartica", "South America", "Oceania", "North America"

comments

chr, additionnal information

wikipedia_link

chr, country wikipedia page

Source

we combiend data from two sources https://datahub.io/core/country-list http://ourairports.com/data/ http://en.wikipedia.org/


longwei66/flightR documentation built on May 18, 2019, 2:35 a.m.