llrs/thesis

Workflow when working with supervisors

Closed this issue · 2 comments

llrs commented

Specially this slide:

https://mireia-bioinfo.github.io/howto-thesis-bookdown/slides.html#27

relevant code:

rmarkdown::render(
   "thesis/index.html", 
   output_format = bookdown::word_document2(),
   output_dir = "thesis/drafts_phd/",
   output_file = gsub(".Rmd", paste0("_", Sys.Date()), i)
)
llrs commented

Code updated:

bookdown::render_book(
    "index.Rmd", 
    output_format = "bookdown::word_document2", 
    output_file = paste0(format(Sys.Date(), "%Y%m%d"), "_thesis.docx"), 
    output_dir = "draft_phd")
llrs commented

Already reviewed by them and corrected. As some of them printed and reviewed from the print, they end up using the online version or versions I printed myself