The Country codelist is generated from the ISO 3166-1 part of the ISO 3166 standard. The standard makes allowance, alongside the officially assigned codes, for code elements to be expanded by using either reserved codes or user-assigned codes. IATI currently defines additional codes in the XA -XZ range. External URL: http://www.iso.org/iso/home/standards/country_codes.htm

Country

Format

A data frame with 251 rows and 6 variables:

code

character COLUMN_DESCRIPTION

name

character COLUMN_DESCRIPTION

description

logical COLUMN_DESCRIPTION

category

logical COLUMN_DESCRIPTION

url

logical COLUMN_DESCRIPTION

status

character COLUMN_DESCRIPTION

Source

https://iatistandard.org/en/iati-standard/203/codelists/

Examples

{ head(Country,10) }
#> # A tibble: 10 x 6 #> code name description category url status #> <chr> <chr> <lgl> <lgl> <lgl> <chr> #> 1 AF Afghanistan NA NA NA active #> 2 AX Åland Islands NA NA NA active #> 3 AL Albania NA NA NA active #> 4 DZ Algeria NA NA NA active #> 5 AS American Samoa NA NA NA active #> 6 AD Andorra NA NA NA active #> 7 AO Angola NA NA NA active #> 8 AI Anguilla NA NA NA active #> 9 AQ Antarctica NA NA NA active #> 10 AG Antigua and Barbuda NA NA NA active