README.md

Build Status

fars

The fars package provides various functions to read and summarize data from the Fatality Analysis Reporting System (FARS) at https://www.nhtsa.gov/research-data/fatality-analysis-reporting-system-fars.

Installation

You can install fars from github with:

# install.packages("devtools")
devtools::install_github("fars/kaquilino")

Example

This is a basic example which shows you how to read a FARS data file:

fars_read(system.file("extdata","accident_2014.csv.bz2",package="fars"))


kaquilino/fars documentation built on May 20, 2019, 7:20 a.m.