Standardized G-BA Module 4 table with fixed column structure.
Arguments
- data
Data frame to display. If NULL, an empty template is created. Can also be an ADaMData object.
- title
Table title (default: "Module 4 Summary")
- footnotes
Character vector of footnotes
- columns
Character vector of required column names in display order. Missing columns are added with
NA.- col_widths
Named numeric vector of column widths (optional)
- allow_extra
Logical, allow extra columns beyond
columns. When FALSE, extra columns are dropped; when TRUE, they are appended aftercolumns.- autofit
Logical, whether to autofit column widths (default: TRUE)
