Skip to contents

A tibble with US presidential election data

Usage

election24_county_df

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)

Source

Election data derived from https://doi.org/10.7910/DVN/VOQCHQ

Details

A tibble.

Author

Kieran Healy