georgia_sf | R Documentation |
This dataset contains information on reported crimes across Georgia State, including spatial coordinates, dates of incidents, and crime types. It provides valuable insights into crime patterns within the region.
data(georgia_sf)
An sf object (spatial data frame) with 10,523 observations and 5 variables:
Spatial geometry of each crime record (sf object).
Date of the reported crime (Date).
Type of crime (character).
City where the crime occurred (character).
County where the crime occurred (character).
The dataset name has been changed to 'georgia_sf' 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 'sf' indicates that the dataset is a spatial data frame in R. The original content has not been modified in any way.
Public crime data for Georgia State.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.