
Standardized Country Names
Source:R/gcdf2_standardized_countrynames.R
gcdf2_standardized_countrynames.RdA 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
recipientcolumn of thegcdf2_dataset. See thegcdf2_data_dictionaryfor more details.- country_name
chr The standardized country name provided by
countrycode::countryname(). When the project is regional, the region listed inrecipientis used.- iso3c
chr The iso3c country code This can be helpful for joining other country features. Projects where the
recipientis a region haveNAvalues.- country_or_regional
chr A column to allow filtering between country-based lending and regional lending.