as_gtsummary: Create gtsummary table

View source: R/as_gtsummary.R

as_gtsummaryR Documentation

Create gtsummary table

Description

This function ingests a data frame and adds the infrastructure around it to make it a gtsummary object.

Usage

as_gtsummary(table_body, ...)

Arguments

table_body

(data.frame)
a data frame that will be added as the gtsummary object's 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

Examples

mtcars[1:2, 1:2] |>
  as_gtsummary()

gtsummary documentation built on April 3, 2025, 10:18 p.m.