README.md

mpcaej

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

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()



MPCA-data/mpcaej documentation built on July 29, 2023, 10:02 p.m.