## code to prepare `DATASET` dataset goes here
data(iris)
iris$foo <- 1 #なんでもいいです
ires$bar <- 2
head(iris)
usethis::use_data(iris, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.