mnis_party_state {mnis} | R Documentation |
Party standing on a given date
Description
Returns data on the numbers and gender of MPs, by party, for the given date, in either the House of Commons or the House of Lords.
Usage
mnis_party_state(
house = "Commons",
date = Sys.Date(),
tidy = TRUE,
tidy_style = "snake_case"
)
Arguments
house |
The house of parliament. Accepts either |
date |
The date to query party standing on. Accepts character values
in |
tidy |
If |
tidy_style |
The style to convert variable names to, if
|
Value
A tibble with information on the total numbers and gender of MPs, by party, for the given date and house.
See Also
Examples
## Not run:
x <- mnis_party_state("2012-01-12")
## End(Not run)