rc_get | R Documentation |
A function for retrieving which MPs voted what on a single vote in the Norwegian parliament.
rc_get(voteid = NA, include_voteinfo = FALSE, include_mpinfo = FALSE)
voteid |
Integer. One or more vote ids to retrieve from the API. |
include_voteinfo |
Logical. Whether or not to include information on the vote. |
include_mpinfo |
Logical. Whether or not to include information on the MPs. |
good_manners |
Numeric. Seconds to wait between calls to the API.
Should be used if |
... |
Other arguments passed to |
A rollcall object with the specified votes
stortingscrape::get_vote()
## Not run:
v <- rc_get(12345)
summary(v, verbose = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.