get_all_parties {stortingscrape} | R 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
Examples
## Not run:
parties <- get_all_parties()
head(parties)
## End(Not run)
[Package stortingscrape version 0.3.0 Index]