knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
# library(my.far.pkg)
my.far.pkg
package reads data of Fatality Analysis Reporting System (FARS)
from the National Highway Traffic Safety.
Also, some map plotting functionality provided.
library(my.far.pkg)
fars_summarize_years
Summary info per each year-month.
# plot(fars_summarize_years(2013)) # fars_summarize_years(c(2014, 2015))
fars_map_state
Plot accidents onto the map.
# plot(fars_summarize_years(2014))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.