A `sf` object where each polygon represents a state

A `sf` object of centroids of each state

sf_WP

sf_WP.centers

Format

sf

Examples

# NOT RUN {
library(leaflet)
library(tilegramsR)
data <- sf_WP
leaflet(data,
  options=leafletOptions(crs=leafletCRS("L.CRS.Simple"))) %>%
  addPolygons()
# }