Description Usage Arguments Value See Also Examples
View source: R/mnis_party_state.R
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.
1 2 3 4 5 6 | mnis_party_state(
house = "Commons",
date = Sys.Date(),
tidy = TRUE,
tidy_style = "snake_case"
)
|
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
|
A tibble with information on the total numbers and gender of MPs, by party, for the given date and house.
1 2 3 4 | ## Not run:
x <- mnis_party_state("2012-01-12")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.