added html dir
This commit is contained in:
parent
50a124d8c1
commit
e22826e492
@ -1,7 +1,7 @@
|
||||
#setup ----
|
||||
library(tidyverse)
|
||||
library(influxdbclient)
|
||||
library(rmarkdown)
|
||||
#setup ----
|
||||
library(tidyverse)
|
||||
library(influxdbclient)
|
||||
library(rmarkdown)
|
||||
|
||||
if(Sys.info()[4] == "pseudotsuga") {
|
||||
setwd("~/Documents/dataProjects/laundry_status")
|
||||
@ -69,7 +69,9 @@ update_data <- function(){
|
||||
theme(axis.text.x = element_text(angle = 30, vjust = 0.5)) +
|
||||
labs(title = "Last 24 hours")
|
||||
|
||||
render("laundry_status.Rmd")
|
||||
render("laundry_status.Rmd",
|
||||
output_dir = "html",
|
||||
output_file = "index.html")
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user