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.
有人可以建议我应该使用哪个R 包来生成大型报告。这份报告可能超过 50-60 页,甚至更多。此外,打印这些报表时需要具有良好的外观和感觉,即不同的列颜色、背景、标题等。我将不胜感激任何帮助。
这可能需要一些时间,但@lawyeR 说的是真的。
Sweave 可以与 Rstudio 一起使用,它是一个强大的工具。我每次都使用它同时编码和编译我的pdf。我已经用它完成了我的最终报告,超过 800 行带有图形和许多表格的代码。
我的建议是尝试与 LaTeX 伴侣一起学习 LateX,并在 Sweave 和 Rstudio 中使用它。