【问题标题】:R Markdown doesn't show GoogleVis chartsR Markdown 不显示 GoogleVis 图表
【发布时间】:2020-11-09 04:03:07
【问题描述】:

我正在尝试在 R 降价文件中使用几个 GoogleVis 字符来进行说明。但是,结果 R 降价文件不显示任何 GoogleVis 图表,也不会产生任何错误或警告。这是 Rpub 上指向 R 降价的链接:

https://rpubs.com/VoyagerWSH/688334

我在浏览器中启用了 Adob​​e Flash,并使用了以下 r 块设置。

echo=TRUE, results='asis'

我还在 markdown 标头中使用了以下内容:

output:
   html_document:
    self_contained: no

【问题讨论】:

    标签: r r-markdown googlevis


    【解决方案1】:

    在R块中添加以下语句,仅将HTML文件的图表组件写入输出文件

    op <- options(gvis.plot.tag='chart')
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-06-09
      • 1970-01-01
      • 2014-08-21
      • 1970-01-01
      • 2022-01-10
      • 1970-01-01
      相关资源
      最近更新 更多