From e80f0c04b7b4d47d661a83ced14404631b73b2eb Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 4 Aug 2024 14:42:03 -0400 Subject: [PATCH] [wip] coverage table width bbi goes too long also shouldn't this wrap in case? --- R/format-report.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/format-report.R b/R/format-report.R index a0bc9c7..3f3a8d0 100644 --- a/R/format-report.R +++ b/R/format-report.R @@ -800,7 +800,7 @@ format_appendix <- function(extra_notes_data, return_vals = FALSE, scorecard_typ format_colnames_to_title() # Create flextable and format - coverage_results_flex <- flextable_formatted(coverage_results_df, pg_width = 4) %>% + coverage_results_flex <- flextable_formatted(coverage_results_df) %>% flextable::set_caption("Test Coverage") %>% flextable::align(align = "right", part = "all", j=2) %>% flextable::add_footer_row(