
Generate a blank Quarto book report
generate_blank_report.RdCopies an empty Quarto book template from the so.ii package into a user‑specified directory and inserts a cover page.
Usage
generate_blank_report(path, cover = c("generic", "gt-amc", "soii", "student"))Details
The function copies a quarto report template available in the folder
extdata/template/empty_quarto_book of this package. The
function also copies the LaTeX scripts needed to correctly format the
document (cover file included -titlepage.tex-). The necessary folder tree
is created in path to store all the files. Two informative messages are
printed before and after the copying process.