Builds a detailed report for every dataset with a unique `dataset_id`, based on the template Rmd file provided. The reports are rendered as html files and saved in the specified output folder.
dataset_report(
dataset_id,
austraits,
overwrite = FALSE,
output_path = "export/reports",
input_file = system.file("support", "report_dataset.Rmd", package = "traits.build"),
quiet = TRUE,
keep = FALSE
)
Name of specific study/dataset
Compiled austraits database
Logical value to determine whether to overwrite existing report
Location where rendered report will be saved
Report script (.Rmd) file to build study report
An option to suppress printing during rendering from knitr, pandoc command line and others
Keep intermediate Rmd file used?
Html file of the rendered report located in the specified output folder