## code to prepare `whiskycollection` dataset goes here
onlineshop <- readxl::read_excel("data-raw/onlineshop.xlsx") %>%
as.data.frame()
usethis::use_data(onlineshop, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.