79101576

Date: 2024-10-18 10:07:02
Score: 0.5
Natty:
Report link

You can change the font size of the caption using plain Latex, e.g.

Tab <- xtable::xtable(myTable, caption="\\tiny \\tt Title")
print(Tab, floating=TRUE, size="\\fontsize{6pt}{8pt}\\selectfont", caption)

Remember the double escape characters

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Knarpie