added html dir
This commit is contained in:
parent
50a124d8c1
commit
e22826e492
1 changed files with 7 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue