chore: prepare baseline table for an even more compact version without empty levels in categorical

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-03-30 20:18:10 +02:00
commit 163cbffeaf
No known key found for this signature in database
2 changed files with 30 additions and 21 deletions

View file

@ -12,7 +12,8 @@ create_baseline(
add.diff = FALSE,
add.overall = FALSE,
theme = c("jama", "lancet", "nejm", "qjecon"),
detail_level = c("minimal", "extended")
detail_level = c("minimal", "extended"),
drop_empty = FALSE
)
}
\arguments{