knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(fars)
print(make_filename(2013))
dat<-fars_read(make_filename(2013)) head(dat)
dat<-fars_read_years(2013) head(dat)
fars_summarize_years(2013)
fars_map_state(state.num=10,year=2013)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.