R/memphis_robberies.R

#' Personal robberies in Memphis in 2019
#'
#' A dataset containing records of personal robberies recorded by police in
#' Memphis, Tennessee, in 2019.
#'
#' @format A simple-features tibble with 2,245 rows and four variables:
#' \describe{
#'   \item{uid}{a unique identifier for each robbery}
#'   \item{offense_type}{the type of crime (always 'personal robbery')}
#'   \item{date}{the date and time at which the crime occurred}
#'   \item{geometry}{the co-ordinates at which the crime occurred, stored in
#'     simple-features point format}
#' }
#'
#' @source Crime Open Database, \url{https://osf.io/zyaqn/}
"memphis_robberies"
mpjashby/sfhotspot documentation built on Feb. 21, 2025, 9:01 p.m.