codeToState: Convert state codes to state nnames
Description
Converts a vector of ISO 3166-2 alpha-2 state codes to the
corresponding English names.
Usage
codeToState(stateCodes, countryCodes = NULL,
dataset = "NaturalEarthAdm1")
Arguments
stateCodes
vector of state codes to be converted
countryCodes
ISO-3166-1 alpha-2 country codes the state might be found in
dataset
name of dataset containing state-level identifiers
Value
A vector of English state names or NA.
Details
For this function to work, you must first run
initializeSpatialData()
to
download, convert and install the necessary spatial data.
See Also
convertNaturalEarthAdm1