get_all_committees: Parliamentary committees over all sessions

View source: R/get_all_committees.R

get_all_committeesR Documentation

Parliamentary committees over all sessions

Description

Imports data on all committee names and ids over all sessions in the data.stortinget.no API.

Usage

get_all_committees()

Value

A data frame of committees, with the variables:

response_date Date of data retrieval
version Data version from the API
id Id of the committee
name Name of the committee
sessionid Id of session (empty)

See Also

get_session_committees

Examples

## Not run: 
coms <- get_all_committees()
head(coms)

## End(Not run)


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