diff --git a/Rmd/make_basicReport.R b/Rmd/make_basicReport.R index bbb76784e9f9ae483495ce9e74d5316b5005cf09..c10725c4cfc9fe742bdc06822c5a2e0bf99eff7b 100644 --- a/Rmd/make_basicReport.R +++ b/Rmd/make_basicReport.R @@ -50,7 +50,7 @@ makeGWPlot <- function(dt){ caption = "Source: UK Grid ESO (http://data.nationalgrideso.com)") return(p) } -version <- 1.0 +version <- 10 makeReport <- function(f,version){ # default = html rmarkdown::render(input = paste0(here::here("Rmd", f),".Rmd"), # we love here:here() - it helps us find the .Rmd to use