lords_sessions.Rd
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.
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 |
# NOT RUN { a <- lords_sessions(start_date = "2017-01-01", end_date = "2017-01-31") # }