inst/skeletons/README.md

Welcome to this report factory!

The factory will help you handle multiple rmarkdown reports at the same time. Put your .Rmd files in report_sources, refer to any external files in the .Rmd using here::here(), and you’re sorted.

How the factory is organised

How to run the factory: useful commands

Suggested workflow

  1. create a new factory using new_factory() and move into this new folder

  2. go to report_sources/, write your .Rmd report, using the provided examples as inspiration; remove the examples files.

  3. check your report by compiling the .Rmd manually if needed, e.g. rmarkdown::render("foobar.Rmd"); once you are happy with the results, make sure you remove all output files from the source folder

  4. run update_reports() to generate all outputs, or compile_report("foobar") if you just want to produce time-stamped outputs for this report; check results in the folder outputs



tjtnew/reportfactory documentation built on Dec. 31, 2020, 8:40 a.m.