From 15276004abe14498e62cc9a0e410d6d600c86642 Mon Sep 17 00:00:00 2001 From: Melissa Monk Date: Fri, 8 Mar 2024 15:39:48 -0800 Subject: [PATCH] Update table_format.R changed longtable default to false --- R/table_format.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/table_format.R b/R/table_format.R index 243ed15..e9e2f5a 100644 --- a/R/table_format.R +++ b/R/table_format.R @@ -39,7 +39,7 @@ table_format <- function(x, booktabs = TRUE, col_names = NULL, linesep = "", - longtable = TRUE, + longtable = FALSE, font_size = 10, align = "c", col_names_align = "c",