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