knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

mkedata

Are you an R user with a professional or recreational interest in Milwaukee public data?

mkedata takes care of much of the grunt work of acquiring and processing Milwaukee data. This puts you much closer to doing what you most care about: analyzing and visualizing Milwaukee data.

Overview

mkedata is a simple package that provides a ready source for some popular public datasets generated by the City of Milwaukee. Datasets have been processed and aggregated from their original versions to make them ready for use. It also provides several functions for the retrieval and processing of updated data from the City of Milwaukee.

This package currently focuses on crime, property, and spatial data relating to the City of Milwaukee.

Datasets relevent to the City of Milwaukee, Wisconsin:
- Master Address Index (mai_04042016 dataset -- acquired using get_mai 04/04/2016)
- Master Property (MPROP) database mprop_12192016 dataset -- acquired using get_mprop 012/19/2016) - Parcelbase registry of individual city parcels (parcels dataset -- acquired using get_parcels 12/19/2016)
- Raw crime indicents data (raw_wibrs_2005thru2015 dataset -- last updated 04/13/2016)
- Processed and geocoded crime incidents (crimes.munged dataset -- last updated 05/13/2016)

Utility functions for data retrieval and processing:
- get_wibrs (DEBUG)
- append_wibrs
- munge_wibrs
- get_parcelbase
- get_mprop - full_geocode
- MAIgeocoder

Installation

To install the development version from GitHub:

install.packages("devtools")
devtools::install_github("MatthewSchumwinger/mkedata", build_vignettes = TRUE)

To see examples of these features in use, please view the 'overview' vignette.

vignette(package = "mkedata")

Is this meaningful to you?

Great! This package is for you. (No, really. There aren't that many R-users interesed in Milwaukee public data, so this actually may be just for you.)

mkedata was first developed by Matt Schumwinger to support the Milwaukee projects of Big Lake Data, llc. If you find it helpful, let Matt know: info@biglakedata.com

Better yet, help the open data community in Milwaukee by contributing to the package. Pull requests welcome!



MatthewSchumwinger/mkedata documentation built on May 7, 2019, 4:34 p.m.