mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 17:42:10 +01:00
21 lines
300 B
Markdown
21 lines
300 B
Markdown
|
|
# A substitue to gtsummary::tbl_merge, that will use list names for the tab spanner names.
|
||
|
|
|
||
|
|
A substitue to gtsummary::tbl_merge, that will use list names for the
|
||
|
|
tab spanner names.
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
``` r
|
||
|
|
tbl_merge(data)
|
||
|
|
```
|
||
|
|
|
||
|
|
## Arguments
|
||
|
|
|
||
|
|
- data:
|
||
|
|
|
||
|
|
gtsummary list object
|
||
|
|
|
||
|
|
## Value
|
||
|
|
|
||
|
|
gt summary list object
|