gpt4 book ai didi

r - 自动将 wordcloud2 导出为 html?

转载 作者:行者123 更新时间:2023-12-04 09:31:12 26 4
gpt4 key购买 nike

有没有办法导出wordcloud2生成的词云包装为 html自动无需手动点击 Export > Save as Web Page (在 RStudio 中)?就像用 pdf 保存 pdf 一样和图像 png ?

这是生成示例 wordcloud 的代码

require(wordcloud2)
df = head(demoFreq,50)
wordcloud2(df)

最佳答案

require(wordcloud2)
df <- head(demoFreq, 5)
my_cloud <- wordcloud2(df)
my_path <- htmltools::html_print(my_cloud) # saves html in temp directory
print(my_path) # the location of the html file.

最好迅速将此文件移至更永久的位置。

关于r - 自动将 wordcloud2 导出为 html?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41884336/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com