This dataset contains information on reported crimes in Camden, including spatial coordinates, dates of the incidents, and crime types. It provides a detailed view of crime patterns within the region.
Usage
data(camden_crimes_df)
Format
A data frame with 4,578 observations and 4 variables:
- x
X-coordinate (numeric).
- y
Y-coordinate (numeric).
- date
Date of the reported crime (Date).
- type
Type of crime (character).
Source
Data comprising 'Theft' and 'Criminal Damage' records of Camden Borough of London, UK, 2021. (Source: https://data.police.uk/data/)
Details
The dataset name has been changed to 'camden_crimes_df' to avoid confusion with other data sets in the R ecosystem. This naming convention helps distinguish this dataset as part of the crimedatasets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a traditional data frame in R. The original content has not been modified in any way