clinify
Extensions and helper functions working with flextable objects for creating clinical reports
Clinical-table typesetting for R, closing the gap between R output and regulatory Word documents
◆Recent moves
- 13d ago
Finer header merging, spanner rules and header padding
Header and spacing control gets much finer: `clin_column_headers()` gains a `merge` argument (including `"spanners"` and per-row vectors) and can be called with merge alone to adjust headers already in place. New `clin_spanner_rule()` draws a rule spanning only the columns a spanner covers, and `clin_header_pad()` sets space above, below and between header rows and the body. Both are written to survive an organisation's own default styling function.
View source ↗ - 1y ago
clindoc document objects and automatic pagination
The structural release that the 0.4.0 layout work sits on top of, bundling an unreleased 0.2.0. It introduced `clindoc()` document objects accepting multiple tables, automatic pagination via Word's `keep_with_next`, and grouped page numbers. It carries three breaking changes: `write_clintable()` became `write_clindoc()`, titles and footnotes now split into only two parts, and `clin_auto_page()` gained a `page_by`-dropping option.
View source ↗