am_countries | R Documentation |
am_countries
is a data.frame containing standardized codes of 55 African countries
(including Western Sahara) according to various classifications
and regional aggregations. am_countries_wld
provides the same information for 195
countries, which includes the 193 UN Member States, Western Sahara and Taiwan. The API
generally provides data for all 195 countries, but by default only requests data for Africa.
Note that the API (am_data
) only supports "ISO3" character codes.
am_countries
am_countries_wld
A data frame with 55 (wld = 195) rows and 9 variables (sorted by Country):
Short Country Name
ISO Standardized Country Name
ISO 2-Character Country Code
ISO 3-Character Country Code
ISO Numeric Country Code
IMF Numeric Country Code
2-Region Classification (UN except for Sudan)
5-Region Classification (Former World Bank)
Main Official Currency
An object of class data.table
(inherits from data.frame
) with 195 rows and 9 columns.
countrycode R package (with some modification of regional aggregates).
am_entities
, am_sources
, am_series
, africamonitor
head(am_countries)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.