Download an American Indian Tribal Subdivision National shapefile into R.
Definition from the US Census Bureau: "American Indian Tribal Subdivisions (AITS) are legally defined administrative subdivisions of federally recognized American Indian reservations and/or off-reservation trust lands or Oklahoma tribal statistical areas (OTSAs)." For more information, please see the link provided.
tribal_subdivisions_national(year = NULL, ...)
year |
The year for which you'd like to download data (defaults to 2019). |
... |
arguments to be passed to the underlying 'load_tiger' function, which is not exported.
Options include |
Other native/tribal geometries functions:
alaska_native_regional_corporations()
,
native_areas()
,
tribal_block_groups()
,
tribal_census_tracts()
## Not run: library(tigris) library(leaflet) trib <- tribal_subdivisions_national() leaflet(trib) %>% addProviderTiles("CartoDB.Positron") %>% addPolygons(fillColor = "white", color = "black", weight = 0.5) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.