## code to prepare `my_dataset` dataset goes here
library(tibble)
my_dataset <- as_tibble(rownames_to_column(mtcars, var = 'car'))
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.