Learn R Programming

stevedata (version 1.5.0)

country_isocodes: ISO 3166 Country Codes (Two-Character, Three-Character, Numeric)

Description

A data set of country ISO codes, for my ease and for the ease of my students.

Usage

country_isocodes

Arguments

Format

A data frame with 249 observations on the following 4 variables.

iso2c

a two-character ISO code

iso3c

a three-character ISO code

iso3n

a three-digit numeric ISO code

name

an English country name

Details

This is a simple, abbreviated port and rename of the ISO3_166_1 data in the ISOcodes package.