This package aims at facilitating the use of the US National Highway Traffic Safety Administration’s Fatality Analysis Reporting System.
You can install the released version of bldRpckgw2 from GitHub with:
# install.packages("devtools")
devtools::install_github("ElliottMess/bldRpckgw2")
This is a basic example which shows you how to solve a common problem:
library(bldRpckgw2)
# fars_summarize_2014 <- fars_summarize_years(2014)
# fars_map_NY_2014 <- fars_map_state(50, 2014)