DATASET <- read.csv("data-raw/belle_ayr.csv")
colnames(DATASET) <- c("runs", "co2", "time", "temp", "perc", "oil", "coal",
"solvent", "h2")
saveRDS(DATASET, "data-raw/belle_ayr.Rdata")
usethis::use_data(DATASET, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.