powered by
A function for retrieving all decisions from a specific parliamentary session.
get_session_decisions(sessionid = NA, good_manners = 0)
A data.frame with the following variables:
Character string indicating the id of the session to request all votes from
Integer. Seconds delay between calls when making multiple calls to the same function
get_decision_votes
if (FALSE) { desci <- get_session_decisions("2004-2005") head(desci) }
Run the code above in your browser using DataLab