A `sf` object where each polygon represents a state

A `sf` object of centroids of each state

sf_WSJ

sf_WSJ.centers

Format

sf

Examples

# NOT RUN {
library(leaflet)
library(tilegramsR)
spdf <- sf_WSJ
leaflet(spdf) %>% addPolygons()
# }