View source: R/get_session_committees.R
| get_session_committees | R Documentation | 
A function for retrieving Norwegian parliamentary committees for a specified parliamentary session
get_session_committees(sessionid = NA, good_manners = 0)
| sessionid | Character string indicating the id of the parliamentary session to retrieve. | 
| good_manners | Integer. Seconds delay between calls when making multiple calls to the same function | 
A data.frame with the following variables:
| response_date | Date of data retrieval | 
| version | Data version from the API | 
| id | Committee id | 
| name | Committee name | 
| session_id | Session id | 
get_all_committees get_mp_bio get_mp
## Not run: 
coms <- get_session_committees("2001-2002")
coms
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.