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