【发布时间】:2016-04-23 11:07:04
【问题描述】:
我正在尝试使用 RStudio 中的 knitr/pandoc 从 rmd 生成一个 .docx 文件。但是我收到了以下错误消息状态 83 并且我无法解决状态消息。任何建议或帮助都会很好。非常感谢。塞巴斯蒂安
system(paste0("pandoc -o ", name, ".docx ", name, ".md --bibliography sukstorf.bib"))
pandoc-citeproc: "stdin" (line 421, column 2):
unexpected "O"
expecting "c", "C", "p", "P", "s" or "S"
pandoc.exe: Error running filter pandoc-citeproc
Warning message:
running command 'pandoc -o hr-statistik-mit-r.docx hr-statistik-mit-r.md --bibliography sukstorf.bib' had status 83
【问题讨论】: