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