Learn R Programming

Giza (version 1.0)

dictionary: UN Country Codes

Description

Country-names and corresponding country-codes as used by the United Nations Population Division

Usage

data(dictionary)

Arguments

Format

A data frame with 228 observations on the following 2 variables.
area
a factor with levels Afghanistan AFRICA Albania ...
ccode
a numeric vector

Source

http://esa.un.org/unpd/wpp/unpp/panel_population.htm

Examples

Run this code
  data(dictionary)
  head(dictionary)

  getname(156,dictionary)
  getcode("China",dictionary)

Run the code above in your browser using DataLab