# NOT RUN {
library(tigris)
library(leaflet)
schools <- school_districts("Maine")
leaflet(schools) %>%
  addProviderTiles("CartoDB.Positron") %>%
  addPolygons(fillColor = "white",
              color = "black",
              weight = 0.5)
# }
Run the code above in your browser using DataLab