Skip to content

Commit f071e6c

Browse files
committed
Merge branch 'gtsummary_support' of https://github.com/insightsengineering/teal.widgets into gtsummary_support
2 parents 0772f7d + f51d657 commit f071e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/table_with_settings.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export_table.default <- function(x, file, format, paginate = FALSE, lpp = NULL,
8383
}
8484

8585
export_table_rtables <- function(x, file, format, paginate = FALSE, lpp = NULL, ...) {
86-
if (format == ".txt") {
86+
if (format == ".txt") {
8787
rtables::export_as_txt(
8888
x = x,
8989
file = file,

0 commit comments

Comments
 (0)