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.
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")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.