january2018: Crimes in St. Louis, January 2018

january2018R Documentation

Crimes in St. Louis, January 2018

Description

A data set containing all reported crimes in St. Louis, Missouri during January 2018.

Usage

data(january2018)

Format

A tibble with 3825 rows and 20 variables:

complaint

complaint record number

coded_month

year and month crime reported

date_occur

date and time of crime

flag_crime

Returns a Y when a crime occurred

flag_unfounded

Reported crime was investigated and determined to be unfounded

flag_administrative

Reported crime had a change in classification

count

Returns a 1 or -1 for counting purposes

flag_cleanup

Returns information if administrative cleanup occured

crime

Uniform Crime Reporting code

district

Number corresponding to the police determined district

description

Name of the crime

ileads_address

I/Leads system address

ileads_street

I/Leads system street

neighborhood

Number corresponding to a neighborhood

location_name

Common “Location Name” (i.e. Zoo, Scottrade Center, etc.)

location_comment

Information to provide context to the location (i.e. Alley, Restaraunt Name)

cad_address

The Computer-Aided Dispatch address is the reported address by the 911 caller

cad_street

The Computer-Aided Dispatch street is the reported street by the 911 caller

x_coord

X-coordinates in the NAD83 format

y_coord

Y-coordinates in the NAD83 format

Source

St. Louis Metropolitan Police Department

Examples

str(january2018)
head(january2018)


chris-prener/compStatR documentation built on Jan. 25, 2024, 10:03 p.m.