get_all_parties: All parliamentary parties

View source: R/get_all_parties.R

get_all_partiesR Documentation

All parliamentary parties

Description

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_date Date of data retrieval
version Data version from the API
id Id of the party
name Name of the party
represented_party Whether the party is represented at the time of download
sessionid Id of session (empty)
period_id Id of parliamentary period (empty)

See Also

get_session_parties

Examples

## Not run: 
parties <- get_all_parties()
head(parties)

## End(Not run)


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