Learn R Programming

mapSpain (version 0.6.1)

esp_codelist: Spanish Code Translation Data Frame

Description

A data frame used internally for translating codes and names of the different subdivisions of Spain. The data frame provides the hierarchy of the subdivisions including NUTS1 level, Autonomous Communities (equivalent to NUTS2), Provinces and NUTS3 level. See Note.

Arguments

Format

A data frame with 59 rows codes as columns

  • nuts+.code: NUTS code of each subdivision.

  • nuts+.code: NUTS name of each subdivision.

  • codauto: INE code of each autonomous community.

  • iso2.+.code: ISO2 code of each autonomous community and province.

  • ine.+.name: INE name of each autonomous community and province.

  • iso2.+.name.(lang): ISO2 name of each autonomous community and province. Several languages available.

  • cldr.+.name.(lang): CLDR name of each autonomous community and province. Several languages available.

  • ccaa.short.+: Short (common) name of each autonomous community. Several languages available.

  • cpro: INE code of each province.

  • prov.shortname.+: Short (common) name of each province. Several languages available.

See Also

Other datasets: esp_munic.sf, esp_nuts.sf, leaflet.providersESP.df, pobmun19

Other political: esp_get_can_box(), esp_get_capimun(), esp_get_ccaa(), esp_get_country(), esp_get_gridmap, esp_get_munic(), esp_get_nuts(), esp_get_prov()

Other dictionary: esp_dict_region_code()

Examples

Run this code
# NOT RUN {
data("esp_codelist")
# }

Run the code above in your browser using DataLab