set.seed(1000)
x= rnorm(100)
y=x*2 + rnorm(100)
sample_data= data.frame(x=x, y=y)
readr::write_csv(sample_data,path = "inst/extdata/sample_data.csv")
usethis::use_data(sample_data, compress = 'xz')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.