非常喜欢将 flextable 与 knit 和 MS WORD 结合使用。我真的只剩下这个问题了:我不希望我的表格在页面末尾分割,而是将整个表格移动到下一页。有没有办法在 MS Word 的 flextable 中做到这一点?
干杯
现在好像有这个功能了。您可以使用:
set_table_properties(layout = "autofit",
opts_word = list(split = FALSE, keep_with_next = TRUE))
请参阅https://davidgohel.github.io/flextable/reference/set_table_properties.html了解详细信息