Skip to contents

A dataset containing the codes provided by INE of Spanish municipalities. Last update: 2025/05/03 (data updated by INE on 2020/01/01)

Usage

data(cod_INE_mun)

Format

A tibble with 8131 rows and 10 variables:

  • id_INE_ccaa, id_MIR_ccaa: full id of municipalities (combining ccaa, province and mun's id)

  • cod_INE_ccaa, cod_MIR_ccaa: code of regions

  • ccaa: name of regions

  • cod_INE_prov: code of provinces

  • prov: name of provinces

  • cod_INE_mun: code of municipalities

  • cd_INE_mun: check digit (see documentation)

  • mun: name of municipalities

Source

Data extracted from INE

Author

Javier Alvarez-Liebana and David Pereiro-Pol.

Examples

# Load data
data(cod_INE_mun)