country_names | R Documentation |
Country names
country_names(x, list = "GW", shorten = FALSE)
x |
( |
list |
( |
shorten |
( |
data("gwstates")
codes <- gwstates$gwcode
cn <- country_names(codes)
cs <- country_names(codes, shorten = TRUE)
data.frame(gwcode = codes, country_name = cn, short_names = cs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.