## code to prepare `DATASET` dataset goes here
penguins <- palmerpenguins::penguins %>%
dplyr::mutate(year = as.factor(year))
usethis::use_data(penguins, overwrite = TRUE, internal=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.