.create_gtsummary_object {gtsummary} | R Documentation |
Create gtsummary table
Description
USE as_gtsummary()
INSTEAD!
This function ingests a data frame and adds the infrastructure around it
to make it a gtsummary object.
Usage
.create_gtsummary_object(table_body, ...)
Arguments
table_body |
( |
... |
other objects that will be added to the gtsummary object list |
Details
Function uses table_body
to create a gtsummary object
Value
gtsummary object
[Package gtsummary version 2.2.0 Index]