## code to prepare `./data-raw/accident_2013.csv.bz2` dataset goes here
usethis::use_data(./data-raw/accident_2013.csv.bz2, overwrite = TRUE)
d2013 <- fars_read(./data-raw/accident_2013.csv.bz2)
use_data(d2013)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.