A `sf` object where each polygon equals one congressional district
A `sf` object where each polygon represents a state
A `sf` object of centroids of each state
sf_DKOS_CD_Hexmap_v1.1 sf_DKOS_CD_Hexmap_v1.1.states sf_DKOS_CD_Hexmap_v1.1.centers
sf
# NOT RUN { library(leaflet) library(tilegramsR) data <- sf_DKOS_CD_Hexmap_v1.1 leaflet(data, options=leafletOptions(crs=leafletCRS("L.CRS.Simple"))) %>% addPolygons() # }