stl_homicides: Homicides in the City of St. Louis, 2008 - 2018

stl_homicidesR Documentation

Homicides in the City of St. Louis, 2008 - 2018

Description

An example data set containing the addresses for homicides reported by the Saint Louis Metropolitan Police Department

Usage

data(stl_homicides)

Format

A tibble with 1822 rows and 6 variables:

street_address

number, street and street suffix where homicide occured

year

year homicide occurred

date

data homicide occurred

state

state abbreviation of location, in these data, all "MO"

postal_code

zipcode/postal code of location, in these data all NA

city

city of location, in these data all "St. Louis"

Source

St. Louis Metropolitan Police Department

Examples

str(stl_homicides)
head(stl_homicides)


censusxy documentation built on Dec. 6, 2022, 5:12 p.m.