knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
knitr::opts_knit$set(root.dir = '..')
library(fatalcaranalysiisreports)
knitr::opts_chunk$set(warning = TRUE)

Introduction

This package graphically displays the locations of fatal accidents recorded in the US National Highway Traffic Safety Administration's Fatal Analysis Reporting System (FARS). The package includes data for the years 2013-2105.

The lastest development version of the package can also be loaded directly from GitHub using the devtools package:

library(devtools)
install_github("gben1750/fatalcaranalysiisreports")
library(fatalcaranalysiisreports)

Example

The grpahical display of accidents for Albama in the year 2013 can be shown in the following example.



gben1750/fatal-car-analysis-reporting-system documentation built on Dec. 20, 2021, 9:49 a.m.