modifications to ui and using DT for tables

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-28 21:02:23 +01:00
commit 15fe4ca188
No known key found for this signature in database
16 changed files with 567 additions and 128 deletions

19
man/tbl_merge.Rd Normal file
View file

@ -0,0 +1,19 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/regression_table.R
\name{tbl_merge}
\alias{tbl_merge}
\title{A substitue to gtsummary::tbl_merge, that will use list names for the tab
spanner names.}
\usage{
tbl_merge(data)
}
\arguments{
\item{data}{gtsummary list object}
}
\value{
gt summary list object
}
\description{
A substitue to gtsummary::tbl_merge, that will use list names for the tab
spanner names.
}