knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
knitr::opts_chunk$set(eval = FALSE, include = FALSE)
Read the data
fars_data <- fars_read_years(2013)
Summary basic
```r knitr::kable(fars_summarize_years(years = c(2013:2014)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.