library(bayesrules) data(weather_australia) weather_WU <- weather_australia %>% filter(location %in% c("Wollongong", "Uluru")) %>% droplevels()
usethis::use_data(weather_WU, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.