Description Usage Arguments Value Examples
View source: R/mnis_all_members.R
Returns a tibble with information on all members of both houses or a given house.
1 2 3 4 5 6 | mnis_all_members(
house = "all",
party = NULL,
tidy = TRUE,
tidy_style = "snake_case"
)
|
house |
The house to which the member belongs. Accepts one of
|
party |
The party to which a member belongs. If |
tidy |
Fix the variable names in the tibble to remove special
characters and superfluous text, and converts the variable names to a
consistent style. Defaults to |
tidy_style |
The style to convert variable names to, if
|
A tibble with information on all members of the House of Commons and/or the House of Lords that meet the criteria included in the function parameters.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
x <- mnis_all_members(
house = "all", party = NULL, tidy = TRUE,
tidy_style = "snake_case"
)
## End(Not run)
## Not run:
x <- mnis_all_members(
house = "all", party = NULL, tidy = TRUE,
tidy_style = "snake_case"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.