Convenience wrapper that builds a gtsummary::tbl_summary for the overall dataset.
Examples
df <- data.frame(age = rnorm(20, 50, 10), sex = sample(c("M","F"), 20, TRUE))
table_overall(df)
#> Setting theme "language: en"
#> Setting theme "Compact"
Characteristic
Overall
N = 20