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