README.md

farsdata

Travis Badge

Travis build status

Info

This package provides functions to work with data from the National Highway Traffic Safety Administration (NHTSA) Fatality Analysis Reporting System (FARS). It is part of the second assignment (week 4) for the "Building R Packages" course on Coursera.

Installation

For the installation of this package one first has to download the devtools package. Subsequently one can download the farsdata from github.

install_github("mkaywins/farsdata", build_vignettes = TRUE)

library("farsdata")

Introduction

For an introduction to this package and its functions make sure to read the vignette 'Introduction'. Run vignette("Introduction","farsdata") or browseVignettes("farsdata") to view vignettes of this package.



mkaywins/farsdata documentation built on Nov. 4, 2019, 6:59 p.m.