added html dir

This commit is contained in:
Ben Varick 2023-11-07 09:44:54 -06:00
parent 50a124d8c1
commit e22826e492
Signed by: ben
SSH Key Fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo

View File

@ -69,7 +69,9 @@ update_data <- function(){
theme(axis.text.x = element_text(angle = 30, vjust = 0.5)) + theme(axis.text.x = element_text(angle = 30, vjust = 0.5)) +
labs(title = "Last 24 hours") labs(title = "Last 24 hours")
render("laundry_status.Rmd") render("laundry_status.Rmd",
output_dir = "html",
output_file = "index.html")
} }