Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
两个非常相似的命令在latex()from中产生不同的头文件Hmisc。问题是:如何摆脱在第一页重复的过多页眉longtable?
latex()
Hmisc
longtable
latex(data.frame(1:10), caption="Title", longtable=TRUE, rowname=NULL)
latex(data.frame(1:10, 10:1), caption="Title", longtable=TRUE, rowname=NULL)