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