Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.39 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.39 KB

redistio redistio website

r-universe status badge R-CMD-check

redistio provides a point-and-click districting interface powered by Shiny and Leaflet. For regular sf objects, it can be used to draw districts and export assignment files. For redist_map objects, algorithmic assistance is enabled for map drawing.

Installation

You can install the development version of redistio from GitHub with:

pak::pkg_install('christopherkenny/redistio')

Example

The most basic application of redistio starts with an sf tibble and a column of district assignments.

library(redistio)

draw(dc, dc$ward)