Skip to content

Commit 411247a

Browse files
committed
column
1 parent 2b4216f commit 411247a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/report.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ total_row <- agg_ref_type %>%
215215
agg_ref_type_with_total <- bind_rows(agg_ref_type, total_row)
216216
217217
# Create the flextable
218-
flextable(agg_ref_type_with_total %>% select(! c(pct_vector, pct_total))) %>%
218+
flextable(agg_ref_type_with_total %>% select(! c(pct_vector, pct_total, "base"))) %>%
219219
set_header_labels(values = c(
220220
"Mapped Reference",
221221
"Assigned Type",

0 commit comments

Comments
 (0)