## code to prepare `DATASET` dataset goes here
exampleData<-read.csv('./data-raw/exampleData.csv',row.names = c(1))
usethis::use_data(DATASET, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.