## code to prepare `mydataset` dataset goes here
mydata = read.table("sample_data.txt", header = TRUE)
usethis::use_data(mydata, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.