Sample of stats19 data (2017 accidents)

Format

A data frame

Note

These were generated using the script in the data-raw directory (misc.Rmd file).

Examples

nrow(accidents_sample_raw)
#> [1] 3
accidents_sample_raw
#> # A tibble: 3 x 32 #> Accident_Index Location_Eastin… Location_Northi… Longitude Latitude #> <chr> <int> <int> <dbl> <dbl> #> 1 2017010046082 516520 176830 -0.324 51.5 #> 2 2017010066273 518720 177960 -0.291 51.5 #> 3 2017471704788 577583 117551 0.526 50.9 #> # … with 27 more variables: Police_Force <int>, Accident_Severity <int>, #> # Number_of_Vehicles <int>, Number_of_Casualties <int>, Date <chr>, #> # Day_of_Week <int>, Time <chr>, `Local_Authority_(District)` <int>, #> # `Local_Authority_(Highway)` <chr>, `1st_Road_Class` <int>, #> # `1st_Road_Number` <int>, Road_Type <int>, Speed_limit <int>, #> # Junction_Detail <int>, Junction_Control <int>, `2nd_Road_Class` <int>, #> # `2nd_Road_Number` <int>, `Pedestrian_Crossing-Human_Control` <int>, #> # `Pedestrian_Crossing-Physical_Facilities` <int>, Light_Conditions <int>, #> # Weather_Conditions <int>, Road_Surface_Conditions <int>, #> # Special_Conditions_at_Site <int>, Carriageway_Hazards <int>, #> # Urban_or_Rural_Area <int>, #> # Did_Police_Officer_Attend_Scene_of_Accident <int>, #> # LSOA_of_Accident_Location <chr>