View source: R/get_all_parties.R
get_all_parties | R Documentation |
A function for retrieving all Norwegian parliamentary parties in the data.stortinget.no API.
get_all_parties()
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) |
get_session_parties
## Not run:
parties <- get_all_parties()
head(parties)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.