Load the data

library(bayesrules) data(weather_australia) weather_WU <- weather_australia %>% filter(location %in% c("Wollongong", "Uluru")) %>% droplevels()

usethis::use_data(weather_WU, overwrite = TRUE)



bayes-rules/bayesrules documentation built on April 25, 2022, 3:24 a.m.