finland2019 | R Documentation |
Example data from the 2019 Finnish parliamentary elections. The data has been cleaned up and only contains information relevant for this package.
finland2019
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
)
https://tulospalvelu.vaalit.fi/EKV-2019/en/ladattavat_tiedostot.html
finland2019$district_seats_df
head(finland2019$votes_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.