R在Mac上将结果保存在Word文档中

发布于 2024-12-20 22:54:25 字数 80 浏览 2 评论 0原文

如何在 Mac 上将控制台中的结果(例如表格)保存为 Word 文档? 我尝试了 R2wd 软件包,但这只适用于 Windows。还有其他选择吗?

How do I save outcome in the console (e.g. a table) as a word document on a Mac?
I tried the R2wd package, but that only works for windows. Is there an alternative?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水染的天色ゝ 2024-12-27 22:54:25

您可以使用 R2HTML 保存作为 HTML 文档。 Word 可以打开这些文件,因此您可以根据需要重新保存为 DOC 格式。


对于表格,您可以保存为 CSV,在 Excel 中打开,然后复制并粘贴到 Word 中,Word 会自动创建表格。

稍微更花哨的是使用 xlsx另存为 XLS 电子表格,然后执行“插入”->“对象...->微软 Excel 工作表。但这会大大增加文件大小。

You can use R2HTML to save as an HTML document. Word can open these, so you can then resave in DOC format if you want.


For tables, you can save to CSV, open in Excel, then copy and paste into Word, which automatically creates a table.

Slightly fancier is to use xlsx to save as an XLS spreadsheet, then do Insert -> Object... -> Microsoft Excel Worksheet. This can drastically increase the file size though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文