Learn R Programming

censusxy (version 0.1.2)

stl_homicides_small: Homicides in the City of St. Louis July, 2018

Description

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

Usage

data(stl_homicides_small)

Arguments

Format

A tibble with 24 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"

Examples

Run this code
# NOT RUN {
str(stl_homicides_small)
head(stl_homicides_small)

# }

Run the code above in your browser using DataLab