R/data.R

#' Chicago crime data
#'
#' Add details about this data set here
#'
#' @format A \code{data.frame} with 720 rows and 4 variables:
#' \describe{
#'   \item{year}{4 digit year}
#'   \item{month}{abbreviation for month of observation}
#'   \item{type}{type of crime}
#'   \item{count}{number of reported crimes}
#' }
#'
#' @source \url{}
"chicago"
nategarton13/CrimeDLM.RPackage documentation built on Aug. 8, 2020, 7:49 p.m.