Learn R Programming

stortingscrape (version 0.4.1)

get_all_committees: 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()

Arguments

Value

A data frame of committees, with the variables:

response_dateDate of data retrieval
versionData version from the API
idId of the committee
nameName of the committee
sessionidId of session (empty)

See Also

get_session_committees

Examples

Run this code
if (FALSE) {
coms <- get_all_committees()
head(coms)
}

Run the code above in your browser using DataLab