quarto rendering and download now works! 🥳

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-22 10:53:52 +01:00
commit 0c0c2313a9
No known key found for this signature in database
8 changed files with 95 additions and 72 deletions

View file

@ -38,5 +38,5 @@ regression_table <- function(data, args.list = NULL, fun = "gtsummary::tbl_regre
}
out <- do.call(getfun(fun), c(list(x = data), args.list))
return(out)
out |> gtsummary::add_glance_source_note()
}