provincias.Rd
`provincias()` downloads, formats and imports to the environment the electoral results data of the selected election at electoral constituency level (province or island).
provincias(tipo_eleccion, anno, mes)
data.frame with the electoral results data at the polling station level.
data <- provincias(tipo_eleccion = "congreso", anno = "1982", mes = "10")
#> Downloading https://infoelectoral.interior.gob.es/estaticos/docxl/apliextr/02198210_TOTA.zip
str(data)
#> 'data.frame': 1156 obs. of 31 variables:
#> $ tipo_eleccion : chr "02" "02" "02" "02" ...
#> $ anno : chr "1982" "1982" "1982" "1982" ...
#> $ mes : chr "10" "10" "10" "10" ...
#> $ vuelta : chr "1" "1" "1" "1" ...
#> $ codigo_ccaa : chr "02" "02" "02" "02" ...
#> $ codigo_provincia : chr "50" "50" "50" "50" ...
#> $ codigo_distrito_electoral: chr "9" "9" "9" "9" ...
#> $ ambito_territorial : chr "Zaragoza" "Zaragoza" "Zaragoza" "Zaragoza" ...
#> $ poblacion_derecho : num 826766 826766 826766 826766 826766 ...
#> $ n_diputados : num 8 8 8 8 8 8 8 8 8 8 ...
#> $ numero_mesas : num 1066 1066 1066 1066 1066 ...
#> $ censo_ine : num 617130 617130 617130 617130 617130 ...
#> $ censo_escrutinio : num 617130 617130 617130 617130 617130 ...
#> $ censo_cere : num 0 0 0 0 0 0 0 0 0 0 ...
#> $ votantes_cere : num 0 0 0 0 0 0 0 0 0 0 ...
#> $ participacion_1 : num 239323 239323 239323 239323 239323 ...
#> $ participacion_2 : num 422425 422425 422425 422425 422425 ...
#> $ votos_blancos : num 3276 3276 3276 3276 3276 ...
#> $ votos_nulos : num 15448 15448 15448 15448 15448 ...
#> $ votos_candidaturas : num 494726 494726 494726 494726 494726 ...
#> $ votos_afirmativos : num 0 0 0 0 0 0 0 0 0 0 ...
#> $ votos_negativos : num 0 0 0 0 0 0 0 0 0 0 ...
#> $ codigo_partido_nacional : chr "000005" "000015" "000019" "000031" ...
#> $ codigo_partido_autonomia : chr "000006" "000015" "000019" "000031" ...
#> $ codigo_partido_provincia : chr "000006" "000015" "000019" "000031" ...
#> $ codigo_partido : chr "000006" "000015" "000019" "000031" ...
#> $ denominacion : chr "ALIANZA POP.-P.DEMOC.POPULAR-P.ARAGONES REGIONAL." "CENTRO DEMOCRATICO Y SOCIAL" "CANDIDATURA DE UNIDAD COMUNISTA" "FALANGE ESPAÑOLA DE LAS JONS" ...
#> $ siglas : chr "AP-PDP-PAR" "CDS" "CUC" "FE-JONS" ...
#> $ votos : num 156800 19918 665 0 2654 ...
#> $ diputados : num 3 0 0 0 0 0 0 0 0 0 ...
#> $ datos_oficiales : chr "N" "N" "N" "N" ...