Standardized Country Names
Source:R/gcdf2_standardized_countrynames.R
gcdf2_standardized_countrynames.Rd
A tibble providing standardized country names, iso3c codes, and a column to filter between country-specific and regional projects. Country names are standardized using countrycode::countryname().
Format
A tibble with 152 rows and 4 variables:
- recipient
chr The loan recipient listed in the
recipient
column of thegcdf2_dataset
. See thegcdf2_data_dictionary
for more details.- country_name
chr The standardized country name provided by
countrycode::countryname()
. When the project is regional, the region listed inrecipient
is used.- iso3c
chr The iso3c country code This can be helpful for joining other country features. Projects where the
recipient
is a region haveNA
values.- country_or_regional
chr A column to allow filtering between country-based lending and regional lending.