Skip to content

infoelectoral is a R library that helps retrieve and analize official electoral results for Spain from the Ministry of the Interior. It allows you to download the results of general, european and municipal elections of any year at the polling station and municipality level.

Notifications You must be signed in to change notification settings

rOpenSpain/infoelectoral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infoelectoral es una librería de R para descargar resultados electorales oficiales de España del Ministerio del Interior. Permite descargar resultados de las elecciones generales y municipales de cualquier año a nivel de mesa electoral y de municipio.

Cómo instalarlo

devtools::install_github("hmeleiro/infoelectoral")

Cómo usarlo

La librería tiene cinco funciones:

  1. mesas() para descargar datos a nivel de mesa electoral e importarlos al entorno.
  2. municipios() para descargar datos a nivel de municipio e importarlos al entorno.
  3. candidatos() para descargar los datos de las listas electorales e importarlos al entorno.

Las funciones aceptan cuatro argumentos:

  1. tipoeleccion = c("generales", "municipales"). El tipo de elección que se quiere descargar.
  2. yr. El año de la elección en formato YYYY. Puede ir como número o como texto.
  3. mes. El mes de la elección en formato mm. Se debe introducir el número del mes pero en forma texto (p.e: para mayo hay que introducir "05").

Ejemplo

Para descargar los resultados electorales a nivel de municipio de las elecciones generales de marzo de 1979 (e importarlos directamente al entorno) se debe introducir:

library(infoelectoral)
generales.1979 <- municipios(tipoeleccion = "generales", yr = 1979, mes = "03")

Ejemplos de uso

Aquí algunos ejemplos de uso.

About

infoelectoral is a R library that helps retrieve and analize official electoral results for Spain from the Ministry of the Interior. It allows you to download the results of general, european and municipal elections of any year at the polling station and municipality level.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •