lords_sessions {hansard} | R Documentation |
Lords sessions
Description
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.
Usage
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)
Arguments
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 |
See Also
Examples
## Not run:
a <- lords_sessions(start_date = "2017-01-01", end_date = "2017-01-31")
## End(Not run)