nz_murders_sf | R Documentation |
This dataset contains information about recorded murder cases in New Zealand between 2004 and 2019. It includes details on the sex, age, and cause of death of the victims, as well as the identity of the alleged killer, the date of the crime, and the region where the crime occurred. The dataset is in the form of a simple features (sf) object, with geographic data represented as points.
data(nz_murders_sf)
An sf data frame with 967 observations and 12 variables:
Sex of the victim (character).
Age of the victim (integer).
Date of the murder (character).
Year the murder occurred (integer).
Cause of death (character).
Name of the alleged killer (character).
Name of the victim (character).
Full date and time of the murder (POSIXct).
Month of the murder (ordered factor with 12 levels).
Category of the cause of death (character).
Region where the murder occurred (character).
Geographic coordinates (sf POINT) representing the location of the murder (list of 967).
The dataset name has been changed to 'nz_murders_sf' to avoid confusion with other datasets 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 '_sf' indicates that the dataset is an sf object in R, used for storing and handling spatial data. The original content has not been modified in any way.
Recorded murder data for New Zealand (2004 - 2019).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.