dd <- read.csv("data-raw/hot-dogs.csv")
dd <- janitor::clean_names(dd)
hot_dogs <- dd
save(list = c("hot_dogs"), file = "data/hot_dogs.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.