View source: R/get_decision_votes.R
get_decision_votes | R Documentation |
A function for retrieving vote decisions from a specific vote. Vote data are only available from the 2011-2012 session
get_decision_votes(voteid = NA, good_manners = 0)
voteid |
Character string indicating the id of the vote to request all votes from |
good_manners |
Integer. Seconds delay between calls when making multiple calls to the same function |
A data.frame with the following variables:
response_date | Date of data retrieval |
version | Data version from the API |
vote_id | Id of the vote |
decision_code | General code for decision |
decision_comment | Comments for the decision |
decision_number | Decision number |
decision_reference | Reference for the decision |
decision_text | Full text of the decision |
get_session_decisions get_proposal_votes get_vote get_result_vote
## Not run:
decision <- get_decision_votes(123)
decision
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.