Answers for "alpha 2 codes in r"

R
0

alpha 2 codes in r

#Use countrycode function to convert countrynames to ISO-2 char codes
countrycode::countrycode(sourcevar = c("United Kingdom", "Malaysia"),
                         origin = "country.name", destination = "iso2c")
Posted by: Guest on February-06-2022

Browse Popular Code Answers by Language