Nothing
delayedAssign("penguins", local({
if (requireNamespace("tibble", quietly = TRUE)) {
tibble::as_tibble(palmerpenguins:::penguins_df)
} else {
palmerpenguins:::penguins_df
}
}))
delayedAssign("penguins_raw", local({
if (requireNamespace("tibble", quietly = TRUE)) {
tibble::as_tibble(palmerpenguins:::penguins_raw_df)
} else {
palmerpenguins:::penguins_raw_df
}
}))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.