finland2019: Finnish Parliamentary Elections Data (2019)

finland2019R 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)

polettif/proporz documentation built on Feb. 20, 2025, 11:19 a.m.