Skip to contents

A function for retrieving all Norwegian parliamentary parties in the data.stortinget.no API.

Usage

get_all_parties()

Value

A data.frame of all parties, with the variables:

response_dateDate of data retrieval
versionData version from the API
idId of the party
nameName of the party
represented_partyWhether the party is represented at the time of download
sessionidId of session (empty)
period_idId of parliamentary period (empty)

Examples

if (FALSE) {
parties <- get_all_parties()
head(parties)
}