Skip to contents

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_dateDate of data retrieval
versionData version from the API
idId of the committee
nameName of the committee
sessionidId of session (empty)

Examples

if (FALSE) {
coms <- get_all_committees()
head(coms)
}