homicides15_tbl_df | R Documentation |
This dataset contains detailed records of homicides that occurred in nine large US cities during the year 2015. The data includes geographic locations, offense codes, and additional metadata, making it valuable for analyzing patterns and trends in urban crime.
data(homicides15_tbl_df)
A tibble with 1,922 observations and 15 variables:
Unique identifier for the record (integer).
Name of the city where the homicide occurred (character).
Offense code for the homicide (character).
Type of offense (character).
Date and time of the homicide (POSIXct).
Address where the homicide occurred (character).
Longitude of the location (numeric).
Latitude of the location (numeric).
Type of location (character).
Category of location (character).
FIPS code for the state (integer).
FIPS code for the county (character).
Census tract identifier (character).
Census block group identifier (integer).
Census block identifier (integer).
The dataset name has been changed to 'homicides15_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, offering better printing and subsetting capabilities in R. The original content has not been modified in any way.
This dataset provides insights into homicides in urban areas, offering geographic and temporal information for each case.
Crime Open Database, 2015.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.