Applies G-BA Module 4 formatting rules to clinical content. For ClinicalTable objects, the G-BA theme is applied. For ClinicalReport objects, all contained tables are formatted.
Examples
if (FALSE) { # \dontrun{
table <- create_hta_module4_table()
table <- to_gba_template(table)
} # }
