Number of parliament seats allocated to each province for the general Spanish elections.
Source:R/data.R
total_seats_spain.RdA 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.
Source
Data extracted from https://www.juntaelectoralcentral.es/cs/jec/elecciones
Examples
# Load data
data(total_seats_spain)