Skip to content

tidy-MN/mpcaej

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpcaej

This package contains two shapefiles provided by the MN Pollution Control Agency:

  • ej_areas (blue below): Census Tract polygons and deomgraphic data for areas that meet MPCA’s Environmental Justice criteria.

  • tribal_areas (purple below): Areas and names of Tribal Nations and communities neighboring Minnesota.

Install

To install mpcaej from github:

# First install the 'remotes' package
install.packages("remotes")

# Install the development version from GitHub
remotes::install_github("tidy-MN/mpcaej")

Use

To load the shapefiles into your workspace:

library(mpcaej)

# Census Tract information
ej <- get_ej_areas()

# Tribal area polygons
tribal_areas <- get_tribal_areas()

Leaflet map of polygons

map_ej()

About

🌎 Get MPCA's Enviro Justice shapefiles from the MN Geocommons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages