R Markdown 不显示 GoogleVis 图表

R Markdown doesn't show GoogleVis charts

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

https://rpubs.com/VoyagerWSH/688334

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

echo=TRUE, results='asis'

而且我还在降价中包含了以下使用 header:

output:
   html_document:
    self_contained: no

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

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