R/data.R

#' Public Works Violations in the City of Boston
#'
#' A dataset containing observations as to the location, type, time, and other
#' relevant attributes of public works violatioms in the city of Boston, MA
#' occurring from December, 1999 to November, 2019. The dataset contains
#' 463,614 observations, with each observation consisting of 17 variables.
#'
#' @format A data frame with 463614 observations and 17 variables:
#' \describe{
#'   \item{ticket_no}{citation identifier}
#'   \item{status_dttm}{date citation was issued}
#'   \item{status}{indicator of whether citation has been resolved}
#'   \item{code}{section of code containing citation}
#'   \item{value}{subsection of section of code containing citation}
#'   \item{description}{description of citation}
#'   \item{stno}{Street address of citation recipient}
#'   \item{sthigh}{Secondary street address of citation recipient}
#'   \item{street}{Name of street on which violation occurred}
#'   \item{suffix}{Road suffix of street, if any, i.e. Ave., Blvd., etc.}
#'   \item{city}{City in which violation occurred}
#'   \item{state}{State in which violation occurred}
#'   \item{zip}{Zip code in which violation occurred}
#'   \item{sam_id}{The Sam_I_Am_Id - very secret stuff}
#'   \item{latitude}{Latitudinal coordinate of violation}
#'   \item{longitude}{Longitudinal coordinate of violation}
#'   \item{location}{Geographic coordinates of violation}
#' }
#' @source \url{https://data.bostonÏgov/dataset/public-works-violations/resource/90ed3816-5e70-443c-803d-9a71f44470be}
"violations"
mshieldsdunn/bostonpublicr documentation built on Dec. 1, 2019, 2:53 a.m.