countrycode_data {countrycode}R Documentation

Translation data frame used by the countrycode function

Description

Translation dataframe for use with the countrycode package

Usage

data(countrycode_data)

Format

A data frame with 265 observations on the following 11 variables.

Note

To produce consistent conversion, some entries had to be removed from the conversion data frame. For example, the Correlates of War include 4 different codes to represent Western Germany. "countrycode" uses only one of them (CoW code 260 for all years). Similar choices were made in the cases of Korea, Yemen, Congo and Vietnam. Also, Namibia's iso2c code ("NA") can be understood as a missing observation (NA) by R.

Capitalized country names refer to the official short English names, as defined by the ISO organization. ISO does not publish official short English names for countries whose name is not capitalized in the the country.name vector. Continent and region information was taken from the UN website.

This is a (possibly incomplete) list of countries and codes that were dropped:

KOREA, REPUBLIC OF cown: 731, 730 cowc: PRK, KOR

YEMEN cown: 680, 678 cowc: YAR, YPR

GERMANY cown: 267, 255, 245 cowc: BAV, GMY, BAD

CONGO cown: 490 cowc: 484

VIET NAM cown: 816 cowc: DRV

Source

www.iso.org\ unstats.un.org\ www.state.gov\ www.correlatesofwar.org\

Examples

## No example necessary. Data is set to LazyLoad

[Package countrycode version 0.2 Index]