The goal of fars is to analyse data from the US National Highway Traffic Safety Administration’s Fatality Analysis Reporting System.
You can install the development version of fars from GitHub with:
# install.packages("devtools")
devtools::install_github("tmss1/fars")
This is a basic example which shows you how to make a file name based on the year of FARS data interested:
library(fars)
fname <- make_filename(2015)
fname
#> [1] "accident_2015.csv.bz2"