Skip to content
Snippets Groups Projects
Commit ce4109c0 authored by Ben Anderson's avatar Ben Anderson
Browse files

amended to build

parent 8fb800b5
No related branches found
No related tags found
1 merge request!12020 30 10 EPCs
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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment