powered by
The incidents data frame has 5000 rows and 16 columns. These are 5000 random rows from the 2012 crime data recorded in San Francisco.
incidents
data(incidents)
This data frame contains the following columns:
incident number assigned by the police
Category of crime
longer description
day of week
date
time of day formatted as hh:mm
police district
was the crime resolved?
location as address
longitude
latitude
violent flag
hour of day as 2-digit integer
hour of day as decimal number
hour of week as decimal number between 0-168
ID of census block
crime data recorded in San Francisco
# NOT RUN { data(incidents) table(incidents$Category) # }
Run the code above in your browser using DataLab