## code to prepare `external_dataset1` dataset goes here
library(data.table)
data(mtcars)
external_dataset1 <- data.table::data.table(mtcars)
usethis::use_data(external_dataset1, overwrite = TRUE, intern=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.