library(usethis)
library(tsbox)
air_passengers <- tsbox::ts_df(datasets::AirPassengers)
usethis::use_data(air_passengers, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.