I am trying to create a table to hold some basic information using Kable in RMarkdown that will be generated in HTML, PDF, and Word.
I have used pander function to do that and adjust some options such as split.table, split.cells, but it did not work out.
I also tried changing font size of the whole file by setting
classoption: a1paper fontsize: 3pt
Then the table becomes pretty small but 5 columns are still not in the same line. Besides, fontsize:3pt only changes the text size but the font size in the table does not change.
I just want the 5 columns of the data frame to be on the same line, any methods workable are welcome.