如何在RStudio .Rpres演示文稿中嵌入以下Youtube视频?
http://www.youtube.com/embed/TR2bHSJ_eck?feature=player_detailpage
我在以下链接中找不到任何信息:https://support.rstudio.com/hc/en-us/articles/200486468-Authoring-R-Presentations
发布于 2015-03-30 05:20:58
您可以在rpresentation中包含HTML代码。所以这就是:
<iframe width="420" height="315" src="https://www.youtube.com/embed/TR2bHSJ_eck"></iframe>在浏览器中查看演示文稿时应该有效
您还可以使用embed:
<embed width="420" height="315" src="https://www.youtube.com/embed/TR2bHSJ_eck">https://stackoverflow.com/questions/29334011
复制相似问题