Learn R Programming

gtsummary (version 0.1.0)

as_tibble.fmt_table1: Convert fmt_table1 objects to data frame

Description

Convert fmt_table1 objects to data frame

Usage

# S3 method for fmt_table1
as_tibble(x, ...)

as_data_frame.fmt_table1(x, ...)

Arguments

x

object of class fmt_table1 object from fmt_table1 function

...

further arguments passed to individual methods.

Details

as_data_frame.fmt_table1 is alias.

See Also

fmt_table1, as_tibble.fmt_regression, as_tibble.fmt_uni_regression, as_tibble

Examples

Run this code
# NOT RUN {
fmt_table1(trial, by = "trt") %>%
  as_tibble()
# }

Run the code above in your browser using DataLab