Skip to content

Commit a5aaaaf

Browse files
committed
fix
1 parent 04d08dc commit a5aaaaf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

R/describe_distribution.R

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,12 @@ print_html.parameters_distribution <- function(x, digits = 2, ci_brackets = c("(
606606
...
607607
)
608608

609-
insight::export_table(formatted_table, format = "html", align = "firstleft", ...)
609+
insight::export_table(
610+
formatted_table,
611+
format = .check_format_backend(...),
612+
align = "firstleft",
613+
...
614+
)
610615
}
611616

612617

0 commit comments

Comments
 (0)