The {crane} package provides supplementary functions to the {gtsummary} specifically for trial reporting in the pharmaceutical industry.
You can install {crane} with the following code.
install.packages("crane")
Install the development version with
pak::pak("insightsengineering/crane")
This is a basic example which shows you how to solve a common problem:
library(crane)
#> ── Attaching packages ──────────────────────────────────────────────────────────
#> ✔ crane 0.1.0 ✔ gtsummary 2.1.0
#>
#> ▶ Setting Roche gtsummary theme. See ?theme_gtsummary_roche() (`?crane::theme_gtsummary_roche()`).
tbl <- trial |>
tbl_demographics(by = trt, include = c(age, grade)) |>
add_blank_row()