us_crime_rates_spec_tbl_df {usdatasets} | R Documentation |
The dataset 'us_crime_rates_spec_tbl_df' contains crime statistics for the United States, including various types of crimes and population data for each year. This dataset is structured as a tibble for ease of use within the R ecosystem. This naming convention helps distinguish this dataset as part of the 'usdatasets' package.
data(us_crime_rates_spec_tbl_df)
A tibble with 60 rows and 12 columns:
Numeric year of the recorded data, e.g., 2000, 2001.
Numeric population total for the respective year.
Numeric total number of crimes reported.
Numeric total number of violent crimes.
Numeric total number of property crimes.
Numeric total number of murders.
Numeric total number of forcible rapes.
Numeric total number of robberies.
Numeric total number of aggravated assaults.
Numeric total number of burglaries.
Numeric total number of larcenies.
Numeric total number of vehicle thefts.
Federal Bureau of Investigation (FBI) Uniform Crime Reporting (UCR) Program.