R/votaciones.R

Defines functions votaciones

votaciones <- function(legislatura) {
    url <- "https://www.senado.es/web/ficopendataservlet?legis=14&tipoFich=12&tipoEx=662&numEx=000002"
    xml <- get_xml(url, "UTF-8")
}
rOpenSpain/senadoRES documentation built on Dec. 26, 2024, 8:18 p.m.