Skip to contents

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

Usage

get_session_parties(sessionid = NA, good_manners = 0)

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

Value

A data.frame with the following variables:

response_dateDate of data retrieval
versionData version from the API
idParty id
nameParty name
represented_partyLogical indication of whether party was represented
session_idSession id
period_idParliamentary period id

See also

Examples


if (FALSE) {

parties <- get_session_parties("2003-2004")
parties

}