| mesas | R Documentation | 
'mesas()' downloads, formats and imports to the environment the electoral results data of the selected election at the polling station level.
mesas(tipo_eleccion, anno, mes)
| tipo_eleccion | The type of choice you want to download. The accepted values are "congreso", "senado", "europeas" o "municipales". | 
| anno | The year of the election in YYYY format. | 
| mes | The month of the election in MM format. | 
data.frame with the electoral results data at the polling station level.
  data <- mesas(tipo_eleccion = "congreso", anno = "2023", mes = "07")
  str(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.