uk_serial_df | R Documentation |
This dataset contains information about the serial killers in the UK, including their name, number of kills, years active, and the population during their time. It provides a historical view of some of the most infamous serial killers in the United Kingdom.
data(uk_serial_df)
A data frame with 62 observations and 8 variables:
Total number of murders committed by the serial killer (integer).
The years during which the serial killer was active (factor).
Name of the serial killer (character).
Known aliases of the serial killer (character).
The first year the serial killer was active (integer).
The last year the serial killer was active (integer).
The date when the serial killer committed their first murder (factor).
Population in millions at the time the serial killer was active (numeric).
The dataset name has been changed to 'uk_serial_df' 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 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
https://www.murderuk.com/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.