powered by
divisions(resolution = "500k")
nation
regions
library(tigris) library(leaflet) divs <- divisions(resolution = '20m') leaflet(divs) %>% addTiles() %>% addPolygons()
Run the code above in your browser using DataLab