# 1. load in the dataset from raw_data
color <- read.csv("data-raw/color.csv")
# 2. create the RData object & Add to the data folder.
devtools::use_data(color, overwrite = T)
# 3. Create a R file for each dataset
# 4. devtools::document()
# 5. Build
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.