Get's a dataset from the Algorithm-Assisted Redistricting Methodology Project.
The current supported data is the 2020 retabulations of the VEST data, which
can be downloaded with get_vest
.
get_alarm(state, geometry = TRUE, epsg = 3857)
two letter state abbreviation
Default is TRUE. Add geomeetry to the data?
numeric EPSG code to planarize to. Default is 3857.
tibble with election data and optional geometry
See the full available data at https://github.com/alarm-redist/census-2020.
# \donttest{
# Takes a few seconds to run
ak <- get_alarm('AK')
#> Downloading congressional districts for decade 2020.
# }