vehiclethefts_tbl_df | R Documentation |
This dataset contains detailed records of motor vehicle thefts in New York City from 2014 to 2017. The dataset includes spatial coordinates, timestamps, and additional contextual information about each theft. It provides valuable insights into patterns and trends of vehicle thefts in NYC.
data(vehiclethefts_tbl_df)
A tibble with 35,746 rows and 9 variables:
Unique identifier for each record (integer).
Single date of the incident (character).
Start date of the incident (character).
End date of the incident (character).
Longitude of the theft location (numeric).
Latitude of the theft location (numeric).
Type of location where the theft occurred (character).
Category of the location (character).
Census block of the theft location (character).
The dataset name has been changed to 'vehiclethefts_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 in R. The original content has not been modified in any way.
Crime Open Database: Motor Vehicle Theft Records.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.