country_codes | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.