Abilene_tbl_df | R Documentation |
Crime Records of Abilene, Texas, USA
Description
This dataset contains information on reported crimes in Abilene, Texas, including the type of crime, year of the incident, and the number of reported cases. It provides a snapshot of crime patterns in the city for the years 1992 and 1999.
Usage
data(Abilene_tbl_df)
Format
A tibble with 16 observations and 3 variables:
- crimetype
Type of crime (character).
- year
Year of the reported crime (factor).
- number
Number of reported crimes (integer).
Details
The dataset name has been changed to 'Abilene_tbl_df' to avoid confusion with other data sets 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 a tibble in R. The original content has not been modified in any way.
Source
Uniform Crime Reports, U.S. Department of Justice.