Description Usage Arguments Value Examples
View source: R/mnis_lords_type.R
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.
1 | mnis_lords_type(date = Sys.Date(), tidy = TRUE, tidy_style = "snake_case")
|
date |
Accepts character values in |
tidy |
If |
tidy_style |
The style to convert variable names to, if
|
A tibble with information on the numbers of different types of Lords on a given date.
1 2 3 4 | ## Not run:
x <- mnis_lords_type()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.