Column names on each page with xtable in Sweave

让人想犯罪 __ 提交于 2019-12-03 03:17:02
joran

I think this is really a LaTeX question, which I simply Googled and ended up with a simple answer from tex.stackexchange.com here.

Try this (untested in LaTeX; will be curious if this compiles the way you want):

print(x.big,tabular.environment='longtable',
        floating=FALSE,
        hline.after = c(-1,nrow(x.big)),
        add.to.row = list(pos = list(0),command = "\\hline \\endhead "))
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!