RReportGenerator — A Beginner’s Guide to Automated Reports
What it is
RReportGenerator is an R package (from the OHDSI ecosystem) that creates human-friendly reports from results stored in an OHDSI-standardized results database. It automates assembling tables, figures and narrative templates so you can produce reproducible analysis reports without hand-editing output.
Key features
- Generates HTML reports from standardized OHDSI result sets (uses templates under inst/templates).
- Supports automated inclusion of tables, plots and reference metadata.
- Uses reproducible templates/vignettes so reports are consistent across runs.
- Designed to work with OHDSI result schemas and tooling (part of the OHDSI project).
- Note: the original ReportGenerator repository advises using OhdsiReportGenerator where support has shifted.
Typical workflow (prescriptive)
- Install the package from the OHDSI repo (or use the maintained OhdsiReport
Leave a Reply