get_session_delegations: Parliamentary delegations in specified session

View source: R/get_session_delegations.R

get_session_delegationsR Documentation

Parliamentary delegations in specified session

Description

A function for retrieving delegations for a specified parliamentary session.

Usage

get_session_delegations(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_date Date of data retrieval
version Data version from the API
id Delegation id
name Name of delegation
session_id Session id

See Also

get_session_committees get_all_committees

Examples


## Not run: 

deleg <- get_session_delegations("2015-2016")
deleg


## End(Not run)


stortingscrape documentation built on March 31, 2023, 10:30 p.m.