mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
chore: prepare baseline table for an even more compact version without empty levels in categorical
This commit is contained in:
parent
ba03109416
commit
163cbffeaf
2 changed files with 30 additions and 21 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue