## code to prepare `DATASET` dataset goes here
load("X.RData")
load("Y.RData")
Xexample <- X
Yexample <- Y
usethis::use_data(Xexample)
usethis::use_data(Yexample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.