get_all_committees {stortingscrape} | R Documentation |
Parliamentary committees over all sessions
Description
Imports data on all committee names and ids over all sessions in the data.stortinget.no API.
Usage
get_all_committees()
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) |
See Also
Examples
## Not run:
coms <- get_all_committees()
head(coms)
## End(Not run)
[Package stortingscrape version 0.3.0 Index]