R-markdown self_contained

不问归期 提交于 2019-12-02 11:36:10
Marc Epstein

I just had same problem. In RStudio i had previously:

output:
  html_document:
    self_contained: yes

and it always worked properly producing self-contained HTML. TODAY it stopped working properly. I did update Rstudio a few weeks ago and might not have noticed problem, not sure. SO now i changed to:

output:
  html_document:
    self_contained: yes
    mode: selfcontained

Which seems strange and redundant with two separate lines trying to make things self-contained BUT it worked.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!