
Download data at the polling station level
mesas.Rd`mesas()` downloads, formats and imports to the environment the electoral results data of the selected election at the polling station level.
Examples
if (FALSE) { # \dontrun{
data <- mesas(tipo_eleccion = "congreso", anno = "2023", mes = "07")
str(data)
} # }