## code to prepare `cleaneddata` dataset goes here
cleaneddata <- read.csv(file = "data-raw/cleaneddata.txt", header = TRUE, sep = ",")
usethis::use_data(cleaneddata, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.