The goal of my.far.pkg is to read data of Fatality Analysis Reporting System (FARS) from the National Highway Traffic Safety. Also, provides some map plotting functionality.
library(my.far.pkg)
Summary info per each year-month:
fars_summarize_years(c(2014, 2015))
Plot accidents onto the map.
plot(fars_summarize_years(2014))