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