Annual summaries concerning motor-vehicle related fatalities in the US#'
Usage
data(FARS)
Format
A data.frame object with one row per year from 1994 to 2016
year
: The year covered by the summarycrashes
the number of incidents in that yeardrivers
the number of drivers killed in those incidentspassengers
the number of passengers killed in those incidentsunknown
vehicle occupants killed whose status as driver or passenger is unknownmotorcyclists
the number of motorcyclists killed in those incidentspedestrians
the number of pedestrians killed in those incidentsspedalcyclists
the number of non-motorized cyclist deathsother_nonvehicle
the number of other deaths in those incidentsvehicle_miles
the number of miles driven by all vehicles, whether they were involved in an incident or not. (billions of miles)population
the population of the US (thousands of people)registered_vehicles
the number of motor vehicles registered in the US (thousands)licenced_drivers
the number of licenced drivers in the US (thousands)