powered by
Get country codes for all countries in the world.
country_codes(query=NULL)
data.frame
character. A single word that can be used to subset the returned data.frame
cc <- country_codes() head(cc) p <- country_codes(query="Per") p
Run the code above in your browser using DataLab