This package serves no other purpose than as practical exercise in the online course Building R Packages from the Coursera specialization Mastering Software Development in R
This package contains R functions which provide information from the Fatalities Analysis Reporting System.
You can install FARS from GitHub. Use build_opts = NULL
to create vignette.
library(devtools)
install_github("KvEijden/FARS", build_opts = NULL)
Package FARS contains vignette Introduction to FARS Package.
library("FARS")
browseVignettes("FARS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.