Description Usage Arguments See Also Examples
View source: R/lords_sessions.R
Returns the session code and other basic details for individual House of Lords sittings. Note that this API does not appear to have been updated with data after 2017-01-31.
1 2 3 4 5 6 | lords_sessions(start_date = "1900-01-01", end_date = Sys.Date(),
tidy = TRUE, tidy_style = "snake", verbose = TRUE)
hansard_lords_sessions(start_date = "1900-01-01",
end_date = Sys.Date(), tidy = TRUE, tidy_style = "snake",
verbose = TRUE)
|
start_date |
Only includes sessions starting on or after this date.
Accepts character values in |
end_date |
Only includes sessions ending on or before this date.
Accepts character values in |
tidy |
Logical parameter. If |
tidy_style |
The style to convert variable names to, if
|
verbose |
If |
1 2 3 4 5 | ## Not run:
a <- lords_sessions(start_date = "2017-01-01", end_date = "2017-01-31")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.