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.
使用 ReporteRs 包时,我想创建一个完全横向的文档。当我尝试使用 addSection(doc, Landscape = TRUE) 函数执行此操作时,第一页输出为空白纵向页面。我怎样才能避免这种情况发生?
干杯
这是无法避免的,因为它创建了一个新部分,如果horizontal=TRUE它需要一个新页面。
horizontal=TRUE
在您的情况下,最好使用具有横向布局的模板。
doc <- docx(template = "my_horizontal_template.docx")