country_names {states} | R Documentation |
Country names
Description
Country names
Usage
country_names(x, list = "GW", shorten = FALSE)
Arguments
x |
( |
list |
( |
shorten |
( |
Examples
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)
[Package states version 0.3.2 Index]