diff --git a/EPCsAndCarbon/makeFile.R b/EPCsAndCarbon/makeFile.R index 963c5d715d3aaa875ad413c05d3fc981e191bd6f..697f9e333cdacf268741b30f5a4268617338717f 100644 --- a/EPCsAndCarbon/makeFile.R +++ b/EPCsAndCarbon/makeFile.R @@ -1,13 +1,13 @@ makeReport <- function(f){ # default = html - rmarkdown::render(input = paste0(here::here("2020_30_10_EPCs", f), ".Rmd"), + rmarkdown::render(input = paste0(here::here("EPCsAndCarbon", f), ".Rmd"), params = list(title = title, subtitle = subtitle, authors = authors), output_file = paste0(here::here("docs/"), f, ".html") ) # word - rmarkdown::render(input = paste0(here::here("2020_30_10_EPCs", f), ".Rmd"), + rmarkdown::render(input = paste0(here::here("EPCsAndCarbon", f), ".Rmd"), params = list(title = title, subtitle = subtitle, authors = authors),