gtsummary 1.2.0 (2019-08-19)
-
Users can pass variable names in backticks (#212)
-
The
group =
argument intbl_summary()
has been moved toadd_p()
(#208) -
Users can now write custom functions to calculate p-values in
add_p()
(#194) -
In
tbl_summary()
theby =
argument accepts a bare variable name instead of the variable name passed as a string (#193) -
Added support for column, row, and cell percentages in
tbl_summary()
(#181) -
Users can now set default p-value formatting functions, regression coefficient formatting functions, default level for confidence intervals, and formatting functions in
tbl_survival()
(#120) -
The {gt} package is no longer a required dependency. If {gt} is not installed, tables will be printed with
knitr::kable()
. Theas_kable()
function was added to the package as well. (#180) -
The function
as_gt()
now hasinclude =
andexclude =
arguments -
Updated some function names to be the same as they were in the first version
bold_p() <- tab_style_bold_p()
bold_labels() <- tab_style_bold_labels()
bold_levels() <- tab_style_bold_levels()
italicize_labels() <- tab_style_italicize_labels()
italicize_levels() <- tab_style_italicize_levels()