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