use_param_report_template.RdParameterized reports allow to create reports in a loop. Examples might be site specific quality reports or recruitment reports.
use_param_report_template(save_as, open = TRUE, ...)saves two files, an Rmd and an R file
This function creates 2 files as a barebones template for such parameterized
reports. An Rmd file is created (based on the UNIBE template) and an R file
containing a small loop. Currently, the you have to supervise this loop, as
use_ubreportclo (which relies on usethis::use_template) will
not overwrite files without being given explicit permission.
# use_param_report_template("param")