Happy$continent <- countrycode(sourcevar = Happy[, "Country"],
origin = "country.name",
destination = "continent")
Warning: Some values were not matched unambiguously: Kosovo
I tried to use the countrycode to assign continent to the countries I have in the dataset, but Kosovo wouldnt be added. Anyone know how to assign Kosovo to a continent?