【发布时间】:2018-03-20 05:29:45
【问题描述】:
使用 r markdown 编织 word doc 时出现此错误。检查了我的代码几次,但找不到任何东西。请帮忙。谢谢 输出文件:Midterm.knit.md
Error: Functions that produce HTML output found in document targeting docx output.
Please change the output type of this document to HTML. Alternatively, you can allow
HTML output in non-HTML formats by adding this option to the YAML front-matter of
your rmarkdown file:
always_allow_html: yes
Note however that the HTML output will not be visible in non-HTML formats.
Execution halted
【问题讨论】:
-
您必须在重现此错误的问题中包含一个最小示例代码。
标签: r r-markdown