Learn R Programming

stortingscrape (version 0.4.1)

get_session_committees: Parliamentary committees in specified session

Description

A function for retrieving Norwegian parliamentary committees for a specified parliamentary session

Usage

get_session_committees(sessionid = NA, good_manners = 0)

Value

A data.frame with the following variables:

response_dateDate of data retrieval
versionData version from the API
idCommittee id
nameCommittee name
session_idSession id

Arguments

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

See Also

get_all_committees get_mp_bio get_mp

Examples

Run this code

if (FALSE) {

coms <- get_session_committees("2001-2002")
coms
}

Run the code above in your browser using DataLab