Fails to render with pandoc.exe: \\: openBinaryFile: does not exist
rmarkdown::pandoc_available()
is TRUE
Anyone ever seen anything like this?
Also, fwiw, there is not much CSS going on. No boxes around code chunks, etc.
Fails to render with pandoc.exe: \\: openBinaryFile: does not exist
rmarkdown::pandoc_available()
is TRUE
Anyone ever seen anything like this?
Also, fwiw, there is not much CSS going on. No boxes around code chunks, etc.
check the file path you are using, are you using a relative file path, or an absolute file path? Are you pulling a file from a network drive? Double check you spelled the file correct. I am asking these questions, because I believe it might be as simple as the error is just not able to open the file, due to an incorrect file path / incorrect file name