tests/testthat/_snaps/theme_gtsummary_pcctc.md

theme_gtsummary_pcctc() works

Code
  gtsummary::trial %>% gtsummary::tbl_summary(by = trt, include = age) %>%
    gtsummary::add_p() %>% gtsummary::as_tibble()
Output
  # A tibble: 2 x 4
    `**Characteristic**` `**Drug A**  \nN = 98` `**Drug B**  \nN = 102`
    <chr>                <chr>                  <chr>                  
  1 Age                  46 (37, 59)            48 (39, 56)            
  2 Unknown              7                      4                      
  # i 1 more variable: `**p-value**` <chr>


pcctc/croquet documentation built on July 2, 2023, 12:45 a.m.