Solution An esay way is to change the orientation of the table, by using usepackage lscape, which allows to change the orientation of the page and therefor also the table. For this reason Edward Tufte, an important designer, recommends integrating text and figures/tables - in his published books, he does not refer to tables by number. If the basic alignment options don’t position the table where you want it to be, you can move the table around the page manually.
This is only an issue, if the table is not rotated. Now you can adjust the spacing within each cell in the table by changing the Top, Bottom, Left, and Right cell margins. a table like this worked for me: kable (norm_table, booktabs = T, caption = 'Normality Statistics', escape = F) %>% kable_styling (latex_option = c ('hold_position'), position = 'left') The escape = F is not required but was required here for other reasons. t (T op) Place the table at the top of the current page. Latex landscape table move left Column and row editing M-LEFT (org-table-move-column-left) Move the current column left.