knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

This is the vignette for the FARS package. It is part of an excercise within a coursera course.

Vignette Info

This package reads US National Highway Traffic Safety Data and creates a map showing accidents per state and year.

The package exports five function:

For further information please review the package documentation.

Data Source

The package uses data from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System, which is a nationwide census providing the American public yearly data regarding fatal injuries suffered in motor vehicle traffic crashes. You can download the data for this assignment here.

Review Criteria

For this assignment you'll submit a link to the GitHub repository which contains your package. This assessment will ask reviewers the following questions:



peteboe/fars documentation built on May 3, 2019, 3:17 p.m.