Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3
Open
Description
Can we add a default header label fortheme_gtsummary_roche if we useNULL or assign no value to a by variable ? For example "All Participants" should be displayed as a default, as shown in the example. Currently this setting only works with the theme when you doadd_overall
library(crane)#> Loading required package: gtsummarytbl <- cards::ADAE[c(1, 2), ] |> tbl_hierarchical_rate_and_count( variables = c(AEBODSYS, AEDECOD), denominator = cards::ADSL ) # Set header labeltbl |> modify_header(stat_0 ~ "All Participants \nN = {n}") |> as_kable()| Body System or Organ Class Dictionary-Derived Term | All Participants N = 254 |
|---|---|
| Total number of participants with at least one adverse event | 1 (0.4%) |
| Overall total number of events | 2 |
| GENERAL DISORDERS AND ADMINISTRATION SITE CONDITIONS | |
| Total number of participants with at least one adverse event | 1 (0.4%) |
| Total number of events | 2 |
| APPLICATION SITE ERYTHEMA | 1 (0.4%) |
| APPLICATION SITE PRURITUS | 1 (0.4%) |
Metadata
Metadata
Assignees
Labels
No labels