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

countrycode_factory is unrecognised #273

Closed tanushree-rao closed 3 years ago

tanushree-rao commented 3 years ago

image

This function is included in the readme on this repo but seems not to work in R. Unsure if it requires defining the function first (not found in readme/docs in this repo, may have missed it?).

cjyetman commented 3 years ago

I don't think countrycode_factory() has made it into a CRAN released version yet. You'll have to install the dev version of countrycode to try it out, which you can do with something like: devtools::install_github("vincentarelbundock/countrycode")