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.
我的 Rpres 表输出是堆叠的,有没有简单的方法解决这个问题?例如,我有 9 列,但将它们打印为 3、2、4。确实有足够的空间来打印所有列。
我尝试将数据转换为不同的表类型,但没有奏效(data.table 以及 tibble)。
我刚刚找到它:
```{r set-options, echo=FALSE, cache=FALSE} options(width = 400) ```
这应该可以解决问题(根据需要调整 400)