Run specified modules on a paper and generate a report in quarto (qmd), html, or pdf format.
Usage
report(
paper,
modules = c("prereg_check", "funding_check", "coi_check", "power", "repo_check",
"code_check", "stat_check", "stat_p_exact", "stat_p_nonsig", "stat_effect_size",
"marginal", "ref_accuracy", "ref_replication", "ref_retraction", "ref_pubpeer",
"ref_summary"),
output_file = paste0(paper$paper_id, "_report.", output_format),
output_format = c("html", "qmd"),
args = list()
)Details
Pass arguments to modules in a named list of lists, using the same names as the modules argument. You only need to specify modules with arguments.
Examples
if (FALSE) { # \dontrun{
paper <- demopaper()
report(paper)
} # }
