Learn R Programming

gtsummary (version 1.2.1)

print_gtsummary: print and knit_print methods for gtsummary objects

Description

print and knit_print methods for gtsummary objects

Usage

# S3 method for tbl_summary
print(x, ...)

# S3 method for tbl_summary knit_print(x, ...)

# S3 method for tbl_regression print(x, ...)

# S3 method for tbl_regression knit_print(x, ...)

# S3 method for tbl_uvregression print(x, ...)

# S3 method for tbl_uvregression knit_print(x, ...)

# S3 method for tbl_survival print(x, ...)

# S3 method for tbl_survival knit_print(x, ...)

# S3 method for tbl_merge print(x, ...)

# S3 method for tbl_merge knit_print(x, ...)

# S3 method for tbl_stack print(x, ...)

# S3 method for tbl_stack knit_print(x, ...)

Arguments

x

An object created using gtsummary functions

...

Not used

See Also

tbl_summary tbl_regression tbl_uvregression