knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
You can read FARS data files for a series of years using the fars_read_years
function.
If you want to summarize FARS data, use the fars_summarize_years
function.
If you want to plot the FARS data for a given US state, use the fars_map_state
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.