A `sf` object where each polygon represents a state
A `sf` object of centroids of each state
sf_WSJ sf_WSJ.centers
sf
# NOT RUN { library(leaflet) library(tilegramsR) spdf <- sf_WSJ leaflet(spdf) %>% addPolygons() # }