I am trying to create a .docx file from rmd using knitr / pandoc inside RStudio. But I get status 83 as before, and I cannot resolve the status message. Any suggestions or help would be nice. Many thanks. Sebastian
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
source
share