Skip to content

cran/infoelectoral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infoelectoral

R-CMD-check [CRAN status License: GPL-2 rOS-badge

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.

How to install?

devtools::install_github("ropenspain/infoelectoral")

How to use it

infoelectoral has three functions:

  1. mesas() downloads the electoral results data of the selected election at the polling station level.
  2. municipios() downloads the electoral results data of the selected election at the municipality level.
  3. provincias() downloads the electoral results data of the selected election at the constituency level.
  4. candidatos() downloads the candidates data of the selected elections.

Example

library(infoelectoral)
df <- municipios(tipo_eleccion = "congreso", anno = 1982, mes = "10")

About

❗ This is a read-only mirror of the CRAN R package repository. infoelectoral — Download Spanish Election Results. Homepage: https://github.com/rOpenSpain/infoelectoral

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages