## code to prepare `DATASET` dataset goes here
library('drake')
dataset_plan <- drake::drake_plan(
dataset = mtcars,
output = usethis::use_data(dataset, overwrite = TRUE)
)
drake::make(dataset_plan)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.