knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

FARScoursera

The goal of FARScoursera is to develop an R package for simple analysis the US National Highway Traffic Safety Information Administration's Fatalitiy Analysis Reporting System (FARS) data.

Installation

You can install the released version of FARScoursera from github) with:

``` {r eval=FALSE} devtools::install.github("mcuddy76/FARScoursera")

## Functions

The FARScoursera packages allows users to load, summarize, and visualize the FARS data. 

```r
fars_read()
fars_summarize_years()
fars_map_state()

Travis build status



mcuddy76/FARScoursera documentation built on May 9, 2019, 10:42 a.m.