knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of FARSPackage is to display information on the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System (FARS) for the years 2013, 2014 and 2015.
You can install the released version of FARSPackage from CRAN with:
install.packages("FARSPackage")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("PatGruetter/FARSPackage")
Example 1)
library(FARSPackage) fars_summarize_years(2014:2015)
Example 2)
fars_map_state(5,2015)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.