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