library(huxtable)
library(dplyr)
jams %>% set_caption("No borders")
jams %>% set_all_borders(1) %>% set_caption("Borders 1")
jams %>% set_all_borders(brdr(3, "double", "red")) %>% set_caption("Double red borders")


hughjonesd/huxtable documentation built on Feb. 17, 2024, 12:20 a.m.