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