Skip to contents

Generate metadata for clinical Tables, Figures, and Listings (TFLs). You build specs with create_table(), create_figure(), or create_text(), then add titles, column definitions, styles, and options. Combine specs with create_report(), and render to DOCX with write_doc() in one step.

Details

Typical workflow: (1) Create one or more specs with create_table(), create_figure(), or create_text(). (2) Add content and styling (e.g. add_title(), define_cols(), add_style(), set_document()). (3) Combine specs with create_report(). (4) Render to DOCX with write_doc() (recommended). For JSON inspection, use save_report() and replay_report().

To get started, see the vignettes:

Author

Maintainer: Igor Aleschenkov igor.aleschenkov@gmail.com [copyright holder]

Authors: