Download a state election dataset from the DRA public repository. Depending on state and year, the geometry may be joined at the VTD or block-group level.
get_dra(state, year = 2020, geometry = TRUE, clean_names = TRUE, epsg = 3857)tibble or sf object with DRA election data and, optionally,
geometry.
See the full available data at https://github.com/dra2020/vtd_data.
ak <- get_dra('AK', geometry = FALSE)
#> Data sourced from Dave's Redistricting <https://github.com/dra2020/vtd_data>.
#> This message is displayed once per session.