Learn R Programming

tigris (version 0.5)

tribal_subdivisions_national: Download an American Indian Tribal Subdivision National shapefile into R.

Description

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.

Usage

tribal_subdivisions_national(year = NULL, ...)

Arguments

year
The year for which you'd like to download data (defaults to 2015).
...
arguments to be passed to the underlying `load_tiger` function, which is not exported. Options include refresh, which specifies whether or not to re-download shapefiles (defaults to FALSE).

See Also

http://www2.census.gov/geo/pdfs/maps-data/data/tiger/tgrshp2015/TGRSHP2015_TechDoc.pdf

Other native/tribal geometries functions: alaska_native_regional_corporations, native_areas, tribal_block_groups, tribal_census_tracts

Examples

Run this code
## Not run: ------------------------------------
# library(tigris)
# library(leaflet)
# 
# trib <- tribal_subdivisions_national()
# leaflet(trib) %>%
#   addProviderTiles("CartoDB.Positron") %>%
#   addPolygons(fillColor = "white",
#               color = "black",
#               weight = 0.5)
## ---------------------------------------------

Run the code above in your browser using DataLab