Skip to contents

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.

Usage

data(georgia_sf)

Format

An sf object (spatial data frame) with 10,523 observations and 5 variables:

geometry

Spatial geometry of each crime record (sf object).

date

Date of the reported crime (Date).

type

Type of crime (character).

city

City where the crime occurred (character).

county

County where the crime occurred (character).

Source

Public crime data for Georgia State.

Details

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.