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.
有没有什么办法可以将regulartable或flextable转换为图形对象,可能是grobTable,以便gridExtra包稍后可以使用它(例如使用grob.arrange方法)来更容易地在幻灯片中排列更多元素? grid.arrange 只接受 grobs 作为输入参数。它适用于ggplots,但不适用于regulartables/flextables。谢谢!