getNamesWR {mapping} | R Documentation |
World countries names
Description
Retrieves world country names, ids and iso.
Usage
getNamesWR(unit = c("all","country", "name_formal",
"name_wb", "iso2", "iso3",
"iso3_eh", "iso3_numeric", "iso3_un",
"iso2_wb", "iso3_wb"))
Arguments
unit |
the type of names |
Value
A character vector or a data frame with unit names and corresponding associated levels.
See Also
getNamesIT
, getNamesUS
, getNamesEU
, getNamesUK
, getNamesDE
Examples
getNamesWR()
getNamesWR("iso3")
[Package mapping version 1.4.1 Index]