View source: R/get_tribal_areas.R
get_tribal_areas | R Documentation |
Download the polygon shapefile of Tribal Areas used by MPCA in their Environmental Justice Framework
get_tribal_areas(
path = getwd(),
folder_name = "mpca_tribal_areas",
add_date = TRUE,
use_latlong = TRUE,
data_only = FALSE
)
path |
Directory to save the ZIP file to, if necessary. |
folder_name |
Name of folder to save downloaded ZIP file to, if necessary. |
add_date |
If TRUE, add today's date to the folder name. Helps to prevent overwriting existing folders. |
use_latlong |
Return shapefile with lat/long coordinates (WGS 84). Default is X/Y coordinates in UTM 15N. |
data_only |
Drop the spatial geometry and return a data frame of only the demographic information. |
Data sources MN GEOCOMMONS: https://gisdata.mn.gov/ EJ areas: https://gisdata.mn.gov/dataset/env-ej-mpca-census
library(mpcaej)
## Not run:
tribes <- get_tribes()
tribes[1, ]
plot(tribes[ , 1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.