Learn R Programming

socviz (version 2.0.0)

election24_county_df: US County-level Presidential Election data, 2024

Description

A tibble with US presidential election data

Usage

election24_county_df

Arguments

Format

## `election24_county_df` A tibble object with 3,153 rows and 7 columns:

fips

County FIPS code.

st

State name abbreviation

votes_dem

Votes for Harris/Walz ticket.

votes_gop

Votes for Trump/Vance ticket.

total_votes

Total votes cast.

winner

Winning party.

flipped

Did the party winner change from the winner in 2020? (Yes/No)

Author

Kieran Healy

Details

A tibble.