From ce4109c059d28e5a92daaa35f09638b75a9643f9 Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Fri, 6 Nov 2020 14:27:45 +0000 Subject: [PATCH] amended to build --- EPCsAndCarbon/makeFile.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EPCsAndCarbon/makeFile.R b/EPCsAndCarbon/makeFile.R index 963c5d7..697f9e3 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), -- GitLab