如果可能的话,我正在尝试在rmarkdown文件中嵌入一个shinyapp。查看其他答案后,我尝试了一下适用于这个youtube的方法:
---
title: "Derek Corcoran"
---
Some text
<iframe width="560" height="315" src="http://www.youtube.com/embed/9bZkp7q19f0?rel=0" frameborder="0" allowfullscreen></iframe>
Some more text但当我尝试使用我闪亮的应用程序时,它不起作用:
---
title: "Derek Corcoran"
---
Some text
<iframe width="560" height="315" src="https://derek-corcoran.shinyapps.io/WhereShouldYouLive/" frameborder="0" allowfullscreen></iframe>
Some more text我尝试过的其他一些选项:
---
title: "Derek Corcoran"
---
Some text
<iframe width="560" height="315" src="https://derek-corcoran.shinyapps.io/WhereShouldYouLive/"></iframe>
Some more text我只得到一个空的正方形
---
title: "Derek Corcoran"
---
Some text
<iframe src="https://derek-corcoran.shinyapps.io/WhereShouldYouLive/"></iframe>
Some more text较小的空正方形。
有什么想法吗?
发布于 2017-11-05 22:49:48
https://stackoverflow.com/questions/47122465
复制相似问题