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

bostonpublicr

bostonpublicr is an R package dedicated to exploratory analysis of publicly available information about public works violations in the City of Boston.)

Data Source

All data used in this package is publicly available here : https://data.boston.gov/dataset/public-works-violations/resource/90ed3816-5e70-443c-803d-9a71f44470be.

I am not employed by, or otherwise affiliated with, the City of Boston (except in my capacity as a taxpayer).

Installation

You can install the released version of bostonpublicr from CRAN with:

install.packages("bostonpublicr")

Example

This is a basic example which shows you how to solve a common problem:

library(bostonpublicr)
## basic example code


mshieldsdunn/bostonpublicr documentation built on Dec. 1, 2019, 2:53 a.m.