DrunkDST_tbl_df | R Documentation |
This dataset contains data on fatalities and casualties in the U.S. for drunk-driving incidents, suicides, and acts of terrorism. The dataset spans the years 1970 to 2018 and provides insights into the impact of these causes of death and injury over time.
data(DrunkDST_tbl_df)
A tibble with 49 observations and 5 variables:
Year of the observation (numeric).
Number of people killed in acts of terrorism (numeric).
Total number of casualties (injuries and fatalities) caused by terrorism (numeric).
Number of suicides (numeric).
Number of fatalities caused by drunk-driving incidents (numeric).
The dataset name has been changed to 'DrunkDST_tbl_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 'tbl_df' indicates that the dataset is stored as a tibble. The original content has not been modified in any way.
Data on casualties and fatalities from drunk-driving, suicide, and terrorism in the U.S., 1970–2018.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.