updated ui/ux

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-24 14:40:30 +01:00
commit 16adb622ee
No known key found for this signature in database
10 changed files with 389 additions and 363 deletions

View file

@ -119,8 +119,8 @@ regression_table_create <- function(x, ..., args.list = NULL, fun = "gtsummary::
}
out <- do.call(getfun(fun), c(list(x = x), args.list))
out |>
gtsummary::add_glance_source_note() # |>
out #|>
# gtsummary::add_glance_source_note() # |>
# gtsummary::bold_p()
}