## code to prepare `DATASET` dataset goes here
days <- c("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")
days.abb <- c("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat")
usethis::use_data(days)
usethis::use_data(days.abb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.