This package is buiild for the course Building R Packages in Coursera. fars provide some funcitions to read, summarize, and visualize the traffic accident data in Fatality Analysis Reporting System (FARS), which is provided from US National Highway Traffic Safety Administration.
This package can be installed via the devtools package using:
if (!require("fars")) {
install.packages("fars")
}
devtools::install_github("nanhung/fars")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.