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")