Larger sample data for the redist
package.
File: data/king_county.rds
Contains precincts, vote data, and county council districts for King County, Washington.
Processed from Harvard Election Data Archive data.
Stephen Ansolabehere; Jonathan Rodden, 2011, "Washington Data Files", https://doi.org/10.7910/DVN/DHWJVE, Harvard Dataverse, V1
File: data/nc.rds
Contains precincts, vote data, and 2013 and 2017 congressional districts for North Carolina.
Processed from the North Carolina General Assembly.
R code to load a file:
data_url = "<URL HERE>"
download.file(data_url, data_path <- tempfile())
shp = readRDS(data_path)