finland2019 {proporz} | R Documentation |
Finnish Parliamentary Elections Data (2019)
Description
Example data from the 2019 Finnish parliamentary elections. The data has been cleaned up and only contains information relevant for this package.
Usage
finland2019
Format
List containing two data.frames:
votes_df
containing the number of votes for each party and district. 229 rows, 3 columns (party_name
,district_name
,votes
)district_seats_df
with the number of seats per district. 12 rows, 2 columns (district_name
,seats
)
Source
https://tulospalvelu.vaalit.fi/EKV-2019/en/ladattavat_tiedostot.html
Examples
finland2019$district_seats_df
head(finland2019$votes_df)
[Package proporz version 1.5.0 Index]