## code to prepare `penguins` dataset goes here
library(palmerpenguins)
usethis::use_data(
penguins,
penguins_raw,
internal = TRUE, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.