View source: R/get_all_committees.R
get_all_committees | 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) |
get_session_committees
## Not run:
coms <- get_all_committees()
head(coms)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.