knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

cmapgeo cmapplot logo

R-CMD-check pkgdown CRAN status

The cmapgeo package for R is a repository of geodata files representing various geographic and administrative boundaries in the Chicago region, maintained by the Chicago Metropolitan Agency for Planning (CMAP). Data is in the sf (simple features) format, and includes boundaries for:

Installation

Run the following to install or update cmapgeo:

## Install current version from GitHub
devtools::install_github("CMAP-REPOS/cmapgeo")

## Then load the package as you would any other
library(cmapgeo)


CMAP-REPOS/cmapgeo documentation built on Jan. 28, 2024, 10:16 p.m.