Need help with assigning Kosovo to continent

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?

This package is super crazy comprehensive. It seems to do everything except preparing menus of nation dishes. Look at the linked guide for custom country codes.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.