as_gt: Convert gtsummary object to a gt_tbl object
Description
Function converts gtsummary objects to a gt_tbl objects.
Function is used in the background when the results are printed or knit.
A user can use this function if they wish to add customized formatting
available via the gt package.
Review the
tbl_summary vignette
or
tbl_regression vignette
for detailed examples in the 'Advanced Customization' section.
Usage
as_gt(x, include = NULL, exclude = NULL, omit = NULL)