## code to prepare `script` dataset goes here
library(readxl)
script <- read_excel("../data/eco_script.xlsx")
usethis::use_data(script, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.