country_codes {geodata} | R Documentation |
Get country codes for all countries in the world.
country_codes(query=NULL)
query |
character. A single word that can be used to subset the returned data.frame |
data.frame
cc <- country_codes()
head(cc)
p <- country_codes(query="Per")
p