Learn R Programming

stortingscrape (version 0.4.0)

get_session_delegations: 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)

Value

A data.frame with the following variables:

response_dateDate of data retrieval
versionData version from the API
idDelegation id
nameName of delegation
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_session_committees get_all_committees

Examples

Run this code

if (FALSE) {

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

}

Run the code above in your browser using DataLab