R: Print two tables with xtable ()
问题 I have data tables (d1 and d2) which I would like to print side by side or on top of each other in latex with their own individual titles. Is it possible to do that directly with xtable() ? The two tables should be distinct, i.e. we could call them Table x(a) and Table x(b) , but they should be either adjacent, or stacked. 回答1: I would recommend saving the results as two separate tables in different files (see the file= option to print.xtable() ), and then input them into your LaTeX document