powered by
An example data set containing the addresses for homicides reported by the Saint Louis Metropolitan Police Department
data(stl_homicides_small)
A tibble with 24 rows and 6 variables:
number, street and street suffix where homicide occured
year homicide occurred
data homicide occurred
state abbreviation of location, in these data, all "MO"
zipcode/postal code of location, in these data all NA
city of location, in these data all "St. Louis"
# NOT RUN { str(stl_homicides_small) head(stl_homicides_small) # }
Run the code above in your browser using DataLab