Learn R Programming

arcgisgeocode (version 0.3.0)

iso_3166_codes: ISO 3166 Country Codes

Description

Create a data.frame of ISO 3166 2 and 3 digit Country codes.

Usage

iso_3166_codes()

Arguments

Value

a data.frame with columns country, code_2, code_3.

Details

Country codes provided by rust_iso3166.

Examples

Run this code
head(iso_3166_codes())

Run the code above in your browser using DataLab