Imports data on all committee names and ids over all sessions in the data.stortinget.no API.
Value
A data frame of committees, with the variables:
response_date | Date of data retrieval |
version | Data version from the API |
id | Id of the committee |
name | Name of the committee |
sessionid | Id of session (empty) |
Examples
if (FALSE) { # \dontrun{
coms <- get_all_committees()
head(coms)
} # }