README.md

farsR

Overview

Travis-CI Build Status

The goal of farsR is to help you process and plot data downloaded from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System about fatal injuries suffered in motor vehicle traffic crashes in the US.

Installation

You can install farsR from github with:

# install.packages("devtools")
devtools::install_github("alex23lemm/farsR")

Getting started

library(farsR)

There are two main functions to process and plot FARS data:

Note: Both functions assume that the respective FARS data was downloaded before and that it resides in the current working directory.

To get started, read the farsR vignette (vignette("farsR-introduction")).



alex23lemm/farsR documentation built on May 13, 2019, 1:36 a.m.