Skip to content

Commit

Permalink
remove second line of flextable columnheader formatting in 04-04
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbecker committed Apr 4, 2024
1 parent f296790 commit f017af8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tables-book/04-04-concomitant-medications.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ tt_to_flextable(build_table(lyt, cadcm, alt_counts_df = cadsl)) |>
set_table_properties(layout = "fixed") |>
autofit() |>
mk_par(i = 1, j = 1, part = "header",
as_paragraph(as_chunk("Conmed Example", props = fp_text_default(font.size = 14)))) |>
mk_par(i = 2, j = 1, part = "header",
as_paragraph("Uses the adcm dataset from ", as_b("random.cdisc.data")))
as_paragraph(as_chunk("Conmed Example", props = fp_text_default(font.size = 14))))
```

### gt
Expand Down

0 comments on commit f017af8

Please sign in to comment.