README.md

farsdata

Travis-CI Build Status AppVeyor Build Status

This package is designed to create some simple reports and graphs for the FARS data. The FARS 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.

Installation

You can install farsdata from github with:

# install.packages("devtools")
devtools::install_github("einabadi-sh/farsdata")

Example

This is a basic example which shows you how to solve a common problem:

``` {r , echo = FALSE}

basic example code

file <- system.file("extdata", "accident_2013.csv.bz2", package = "farsdata") fars_read(file) ```



einabadi-sh/farsdata documentation built on May 6, 2019, 9:53 a.m.