get_all_committees {stortingscrape} | R Documentation |
Imports data on all committee names and ids over all sessions in the data.stortinget.no API.
get_all_committees()
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) |
## Not run:
coms <- get_all_committees()
head(coms)
## End(Not run)