UScrimerates_tbl_df | R Documentation |
This dataset contains national data on the number of crimes committed in the United States between 1960 and 2019. It provides annual statistics on total crimes, violent crimes, property crimes, and their subcategories.
data(UScrimerates_tbl_df)
A tibble with 60 rows and 12 variables:
Year of the recorded data (numeric).
Total US population (numeric).
Total number of crimes (numeric).
Total number of violent crimes (numeric).
Total number of property crimes (numeric).
Number of murders (numeric).
Number of reported cases of forcible rape (numeric).
Number of robberies (numeric).
Number of aggravated assaults (numeric).
Number of burglaries (numeric).
Number of larceny-theft crimes (numeric).
Number of motor vehicle thefts (numeric).
The dataset name has been changed to 'UScrimerates_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.
National crime data for the United States (1960–2019).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.