Learn R Programming

proporz (version 1.5.1)

finland2019: 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

Arguments

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)

Examples

Run this code
finland2019$district_seats_df

head(finland2019$votes_df)

Run the code above in your browser using DataLab