Build Status

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

FARSPackage

The goal of FARSPackage is to display information on the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System (FARS) for the years 2013, 2014 and 2015.

Installation

You can install the released version of FARSPackage from CRAN with:

install.packages("FARSPackage")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("PatGruetter/FARSPackage")

Example

Example 1)

library(FARSPackage)
fars_summarize_years(2014:2015)

Example 2)

fars_map_state(5,2015)


PatGruetter/FARSPackage documentation built on Dec. 23, 2019, 7:34 p.m.