I am working with huxreg/huxtable in RMarkdown documents. As I have a very long regression table, so I need to reduce font size / line spacing to fit it into one page. I can control font_size, however, I do not find a possibility to reduce line spacing, regardless of what options I use, e.g.
huxreg(regression_model,
error_pos = "right") %>%
set_font_size(6) %>%
set_tb_padding(0)
The vignette suggests ways to fiddle with "spacing", yet, there seems to be no clear option.
Does someone has a clue? Thanks!
Perhaps this article will be of use:
https://hughjonesd.github.io/huxtable/reference/padding.html