The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

SetupProject

2025-11-17

Introduction

The start_new_reporting function helps set up a structured Quarto document for statistical reporting. It generates a folder containing necessary files for report creation, including Quarto files (.qmd), custom CSS for styling, an HTML header, and a configuration YAML file.

Function Definition

This function creates and writes a Quarto document (.qmd), along with custom CSS and HTML headers, to structure a statistical analysis report. It takes the following arguments:

Using all those arguments, the fonction generate several files that you can modify afterwards anyway.

Generated Files

The function generates a folder containing several essential files:

Example

start_new_reporting(folder_path = "reporting/",
                    output_folder = "UnEndroitSurleReseau/",
                    name = "report_analysis",
                    structure = "USMR",
                    confidential = FALSE,
                    report_type = "Data review report",
                    study_id = "CHUBXYYYY/NN",
                    study_name = "Chocolatines vs Pain au chocolat",
                    study_abbreviation = "CPC",
                    investigator = "Croissant AuBeurre",
                    methodologist = "Boulanger Bordelais",
                    biostatistician = "Patissier Toulousain",
                    datamanager = "Meunier Palois",
                    language = "fr")

Conclusion

Using start_new_reporting ensures a structured and standardized approach to statistical reporting, making it easier to maintain consistency and readability in data analysis documents.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.