knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE)
This package was written to analyze and visualize the traffic fatality data from the Fatality Analysis Reporting System https://www-fars.nhtsa.dot.gov/.
Included functions allow you to summarize fatality data from a given set of years:
fars_summarize_years(list('2013','2015'))
And visualize fatalities within a given state in a given year:
fars_map_state(13, 2014)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.