farsr provides a set of functions to manipulate Fatality Analysis Reporting System (FARS) report files.
The package can be installed using
ghit::install_github("vsemichev/farsr")
df <- fars_read("../data/accident_2013.csv.bz2")
nm <- make_filename(2017)
mon_year <- fars_read_years(c(2013,2014,2015))
smry <- fars_summarize_years(list(2013,2014))
fars_map_state(6,2015)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.