vincentarelbundock / countrycode

R package: Convert country names and country codes. Assigns region descriptors.
https://vincentarelbundock.github.io/countrycode
GNU General Public License v3.0
346 stars 84 forks source link

Add mode check to guess_field #235

Closed NilsEnevoldsen closed 4 years ago

NilsEnevoldsen commented 4 years ago

Same check that's in countrycode().

This means we fail out of df %>% countrycode::guess_field(code) sooner rather than later.