knitr::opts_chunk$set(echo = TRUE)

Build Status

Introduction

This package focuses on Fatality Analysis Reporting System (FARS) available from US National Highway Traffic Safety Administration. This system is a nationwide census providing the American public yearly data regarding fatal injuries suffered in motor vehicle traffic crashes. The purpose of the package is to provide functions to analyze some aspects of the data

FARfunctions

To start using the library, please do the following:

## load devtools
library(devtools)

# install from GitHub
install_github("SergeyPry/FARfunctions", force = TRUE)

A detailed example of how functions can be used in an integrated fashion will be provided in the vignette to the package. Here, you can see Help files for the functions in the package.

fars_read

?fars_read

make_filename

?make_filename

fars_read_years

?fars_read_years

fars_summarize_years

?fars_summarize_years

fars_map_state

?fars_map_state


SergeyPry/FARfunctions documentation built on May 29, 2019, 5:57 p.m.