Retrieve all decisions for a specified session
Source:R/get_session_decisions.R
get_session_decisions.Rd
A function for retrieving all decisions from a specific parliamentary session.
Value
A data.frame with the following variables:
response_date | Date of data retrieval |
version | Data version from the API |
session_id | Session id |
decision_id | Decision id |
case_id | Case id |
case_link_url | URL for case to front end web page |
decision_date | Decision date |
decision_link_url | URL for decision to front end web page |
decision_number | Decision number within session |
decision_text | Decision text |
decision_title | Decision title |
decision_type_id | Decision type id |
decision_type_name | Decision type name |
Examples
if (FALSE) { # \dontrun{
desci <- get_session_decisions("2004-2005")
head(desci)
} # }