get_decision_votes {stortingscrape} | R Documentation |
Retreive vote decision for a specified vote
Description
A function for retrieving vote decisions from a specific vote. Vote data are only available from the 2011-2012 session
Usage
get_decision_votes(voteid = NA, good_manners = 0)
Arguments
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 |
Value
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 |
See Also
get_session_decisions get_proposal_votes get_vote get_result_vote
Examples
## Not run:
decision <- get_decision_votes(123)
decision
## End(Not run)
[Package stortingscrape version 0.3.0 Index]