## code to prepare `my_dataset` dataset goes here
titanic <- readr::read_csv("data-raw/titanic_data.csv")
election <- readr::read_csv("data-raw/election_data.csv")
usethis::use_data(titanic, overwrite = TRUE)
usethis::use_data(election, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.