esp_codelist: Spanish Code Translation Data Frame

esp_codelistR Documentation

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.

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.

Note

Languages available are:

  • "en": English

  • "es": Spanish

  • "ca": Catalan

  • "ga": Galician

  • "eu": Basque

Although NUTS2 matches the first subdivision level of Spain (CCAA - Autonomous Communities), it should be noted that NUTS3 does not match the second subdivision level of Spain (Provinces). NUTS3 provides a dedicated code for major islands whereas the Provinces doesn't.

Ceuta and Melilla has an specific status (Autonomous Cities) but are considered as communities with a single province (as Madrid, Asturias or Murcia) on this dataset.

Source

See Also

Other datasets: esp_munic.sf, esp_nuts.sf, esp_tiles_providers, pobmun19

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

Other dictionary: esp_dict_region_code()

Examples


data("esp_codelist")

mapSpain documentation built on July 26, 2023, 5:29 p.m.