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.
2 つの非常によく似たコマンドは、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)