Description Usage Arguments Value Examples
View source: R/mnis_political_interests.R
Returns a tibble with members with the specified interest or interests.
1 2 3 4 5 6 7 | mnis_political_interests(
interest,
house = NULL,
current = TRUE,
tidy = TRUE,
tidy_style = "snake_case"
)
|
interest |
A single interest in the form of a string, or a character vector of interests. If a vector of multiple interests, returns all members who list all of those interests. |
house |
The house the member belongs to. Accepts 'commons', 'lords'
and |
current |
Logical. If |
tidy |
If |
tidy_style |
The style to convert variable names to, if
|
A data frame of members with given interest(s).
1 2 3 4 5 6 7 8 | ## Not run:
x <- mnis_political_interests(c("Africa", "Jamaica"))
y <- mnis_political_interests(c("Africa", "Europe"))
z <- mnis_political_interests(c("Africa", "Education"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.