R/fleeing-district.R

#' Driving offences in New Zealand
#'
#' A dataset of fleeing-driver incidents in New Zealand between 2009 and 2018.
#' Only district-level detail is available.  A subset of fleeing driver
#' incidents with area-level detail is provided in the dataset
#' \code{\link{fleeing_area}}.
#'
#' @format A data frame with 6840 rows and 5 variables:
#' \describe{
#'   \item{value}{Number of deaths and series injuries, incidents, crashes or abandonments}
#'   \item{series}{The thing being counted by \code{value}}
#'   \item{district}{Police district}
#'   \item{month}{Month of the event}
#' }
#'
#' @details
#' General notes and caveats by the New Zealand Police:
#'
#' This data contains provisional data which is drawn from a dynamic operational
#' database. This is subject to change as new information is recorded or
#' recoded.
#'
#' Police’s Fleeing Driver Policy is based on the premise that drivers who fail
#' to stop for Police and who flee to avoid apprehension pose risks to the
#' public, police employees and themselves. In deciding whether or not to pursue
#' a fleeing driver, Police must balance their responsibility to protect lives
#' with their duty to enforce the law. If the decision is made to pursue, Police
#' must prioritise safety by driving with a high standard of care and
#' professionalism and in a manner appropriate to the situation. Total fleeing
#' driver incidents are available with district-level detail only. Approximately
#' 96% of incidents are were recorded with Area-level detail.
#'
#' @source
#' \url{http://www.police.govt.nz/sites/default/files/publications/road-policing-driver-offence-data-1jan2009-30june2018.xlsx}
#'
#' @seealso \code{\link{driving_offences}}, \code{\link{excess}},
#' \code{\link{fleeing_area}}, \code{\link{police_speeding}},
#' \code{\link{police_speeding_band}}, \code{\link{static_camera}}
"fleeing_district"
nacnudus/nzpullover documentation built on May 23, 2019, 12:04 p.m.