generate_reports
generate_reports.RdRenders a per-file report for each file in the project, collecting all
plot types across intervals and channels. Output is HTML by default;
set pdf = TRUE for PDF output (requires additional system
dependencies).
Arguments
- params
A named list of analysis parameters as produced by
make_params().- file_rows
A tibble of file metadata as produced by
index_files().Logical; if
TRUErender PDF reports instead of HTML. Requires magick, tinytex, and a TinyTeX installation (tinytex::install_tinytex()). Defaults toFALSE.