Description Usage Arguments Value Examples
View source: R/mnis_department.R
Request the holders of posts in specific departments by department ID.
1 2 3 4 5 6 7 | mnis_department(
department_id = 0,
bench = "Government",
former = TRUE,
tidy = TRUE,
tidy_style = "snake_case"
)
|
department_id |
The department to look up. |
bench |
Flag to return either Government or Opposition information.
This parameter is case insensitive, so both |
former |
Logical parameter to include both current and
former ministers/shadow ministers. If |
tidy |
If |
tidy_style |
The style to convert variable names to, if
|
A tibble with information on departments and ministers/shadow ministers.
1 2 3 4 | ## Not run:
x <- mnis_department(department_id = 0, bench = "Government", former = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.