mnis_lords_type {mnis} | R Documentation |
Peers' party affiliations
Description
Calls the API to return a tibble with details on the number of Lords and their party affiliations. Defaults to the current date, but can also return the number of Lords and their affiliations on a given date.
Usage
mnis_lords_type(date = Sys.Date(), tidy = TRUE, tidy_style = "snake_case")
Arguments
date |
Accepts character values in |
tidy |
If |
tidy_style |
The style to convert variable names to, if
|
Value
A tibble with information on the numbers of different types of Lords on a given date.
Examples
## Not run:
x <- mnis_lords_type()
## End(Not run)