Sample of stats19 data (2017 vehicles)

Format

A data frame

Note

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

Examples

nrow(vehicles_sample_raw)
#> [1] 3
vehicles_sample_raw
#> # A tibble: 3 x 23 #> Accident_Index Vehicle_Referen… Vehicle_Type Towing_and_Arti… Vehicle_Manoeuv… #> <chr> <int> <int> <int> <int> #> 1 2017010047506 2 9 0 6 #> 2 2017010068468 2 21 0 5 #> 3 2017471704529 3 9 0 16 #> # … with 18 more variables: `Vehicle_Location-Restricted_Lane` <int>, #> # Junction_Location <int>, Skidding_and_Overturning <int>, #> # Hit_Object_in_Carriageway <int>, Vehicle_Leaving_Carriageway <int>, #> # Hit_Object_off_Carriageway <int>, `1st_Point_of_Impact` <int>, #> # `Was_Vehicle_Left_Hand_Drive?` <int>, Journey_Purpose_of_Driver <int>, #> # Sex_of_Driver <int>, Age_of_Driver <int>, Age_Band_of_Driver <int>, #> # `Engine_Capacity_(CC)` <int>, Propulsion_Code <int>, Age_of_Vehicle <int>, #> # Driver_IMD_Decile <int>, Driver_Home_Area_Type <int>, #> # Vehicle_IMD_Decile <int>