tgadamson-ds/fars: Functions for Fatal Analysis Reporting System

The fars package offers functions for reading, summarising and visualising data from .csv.bz2 files containing data from the US National Highway Traffic Safety Administration's [Fatality Analysis Reporting System](https://www.nhtsa.gov/research-data/fatality-analysis-reporting-system-fars), a nationwide census providing the American public yearly data regarding fatal injuries suffered in motor vehicle traffic crashes. The raw data can be downloaded from ftp://ftp.nhtsa.dot.gov/fars/ However this data is not in .bz2 files (the fars package is written for .csv.bz2 files, so this package is effectively useless without unpacking the csv files that are available (or converting files for those years where csv files are not available) and placing them in .bz2 files before use. Examples of these files are contained in the extdata directory of this package.

Getting started

Package details

AuthorArizonaStateUniversity@coursera
MaintainerThomas Adamson <yourself@somewhere.net>
LicenseGPL (>= 2)
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("tgadamson-ds/fars")
tgadamson-ds/fars documentation built on May 6, 2019, 6:59 p.m.