Skip to contents

A dataset containing the parliament seats for each electoral district (province) and election, just consdering congress seats.

Usage

data(total_seats_spain)

Format

A tibble with 8 columns

  • id_elec: id of elections (type of elections + date).

  • cod_INE_ccaa, cod_MIR_ccaa, ccaa: codes and names for ccaa.

  • cod_INE_prov, prov: codes and names for provinces.

  • id_INE_prov: id for prov (cod_INE_ccaa + cod_INE_prov)

  • nseats: number of seats allocated to each province.

Author

Javier Alvarez-Liebana and David Pereiro-Pol.

Examples

# Load data
data(total_seats_spain)