Skip to content

einabadi-sh/farsdata

Repository files navigation

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:

## basic example code
file <- system.file("extdata", "accident_2013.csv.bz2", package = "farsdata")
fars_read(file)

About

Analyzing FARS data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages