Skip to content
Snippets Groups Projects

2020 30 10 EPCs

Merged Ben Anderson requested to merge 2020_30_10_EPCs into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
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),
Loading