homicides15_tbl_df {usdatasets} | R Documentation |
The dataset name has been changed to 'homicides15_tbl_df' to avoid confusion with other packages in the R ecosystem from which datasets have been sourced. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and assists users in identifying its specific characteristics. The suffix 'tbl_df' identifies the dataset as a tibble. The original content of the dataset has not been modified in any way.
data(homicides15_tbl_df)
A tibble with 1922 observations and 15 variables:
Unique identifier (integer).
City name where the homicide occurred (character).
Offense code (character).
Type of offense (character).
Date of the homicide (POSIXct).
Location address of the homicide (character).
Longitude of the homicide location (numeric).
Latitude of the homicide location (numeric).
Type of location where the homicide occurred (character).
Category of the location (character).
FIPS code of the state (integer).
FIPS code of the county (character).
Census tract where the homicide occurred (character).
Block group number (integer).
Block number (integer).
2015 Homicides Data