mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
modifications to ui and using DT for tables
This commit is contained in:
parent
c06d887c24
commit
15fe4ca188
16 changed files with 567 additions and 128 deletions
19
man/tbl_merge.Rd
Normal file
19
man/tbl_merge.Rd
Normal 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.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue